#358A41

Color #358A41 Japanese Laurel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Japanese Laurel #358A41

Tints of Japanese Laurel #358A41

Color information

#358A41 (or 0x358A41) is unknown color: approx Japanese Laurel. HEX triplet: 35, 8A and 41. RGB value is (53,138,65). Sum of RGB (Red+Green+Blue) = 53+138+65=256 (33% of max value = 765). Red value is 53 (21.09% from 255 or 20.70% from 256); Green value is 138 (54.30% from 255 or 53.91% from 256); Blue value is 65 (25.78% from 255 or 25.39% from 256); Max value from RGB is 138 - color contains mainly: green. Hex color #358A41 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #358A41 is #CA75BE. Grayscale: #686868. Windows color (decimal): -13268415 or 4295221. OLE color: 4295221.

HSL color Cylindrical-coordinate representation of color #358A41: hue angle of 128.47º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #358A41 is Cyan = 0.62, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.46.

Color convert

RGB5313865-
CMYK0.6200.530.46
HSL128.47º44.5%37.45%-
HSV(B)128.47º61.59%54.12%-
XYZ11.5119.328.12-
YUV104.26105.8491.44-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 53 (21.09% from 255) = 20.70%
GREEN value IS 138 (54.30% from 255) = 53.91%
BLUE value IS 65 (25.78% from 255) = 25.39%
R=20.70%
G=53.91%
B=25.39%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal53138650.6200.530.46128.4744.537.45
Hex358A413E0352E802d25
Octal6521210176065562005545
Binary110101100010101000001111110011010110111010000000101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #358A41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #358A41; }

 p { color: rgb(53,138,65); }

 H1.HeaderClassName
 {
   color: #358A41;
 }
 .AnyTagClassName
 {
   color: #358A41;
 }
</style>
background-color css

<style>
 a { background-color: #358A41; }

 a { background-color: rgb(53,138,65); }

 div.DivClassName
 {
   background-color: #358A41;
 }
 .BgClassName
 {
   background-color: #358A41;
 }
</style>
border-color css

<style>
 span { border-color: #358A41; }

 span { border-color: rgb(53,138,65); }

 td.TdClassName
 {
   border-color: #358A41;
 }
 .TagClassName
 {
   border-color: #358A41;
 }
</style>