#358838

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

Shades of Japanese Laurel #358838

Tints of Japanese Laurel #358838

Color information

#358838 (or 0x358838) is unknown color: approx Japanese Laurel. HEX triplet: 35, 88 and 38. RGB value is (53,136,56). Sum of RGB (Red+Green+Blue) = 53+136+56=245 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.63% from 245); Green value is 136 (53.52% from 255 or 55.51% from 245); Blue value is 56 (22.27% from 255 or 22.86% from 245); Max value from RGB is 136 - color contains mainly: green. Hex color #358838 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #358838 is #CA77C7. Grayscale: #666666. Windows color (decimal): -13268936 or 3704885. OLE color: 3704885.

HSL color Cylindrical-coordinate representation of color #358838: hue angle of 122.17º degrees, saturation: 0.44, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #358838 is Cyan = 0.61, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.47.

Color convert

RGB5313656-
CMYK0.6100.590.47
HSL122.17º43.92%37.06%-
HSV(B)122.17º61.03%53.33%-
XYZ10.9918.656.76-
YUV102.0610293-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 21.63%
GREEN value IS 136 (53.52% from 255) = 55.51%
BLUE value IS 56 (22.27% from 255) = 22.86%
R=21.63%
G=55.51%
B=22.86%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal53136560.6100.590.47122.1743.9237.06
Hex3588383D03B2F7a2c25
Octal652107075073571725445
Binary1101011000100011100011110101110111011111111010101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #358838

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #358838; }

 p { color: rgb(53,136,56); }

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

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

 a { background-color: rgb(53,136,56); }

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

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

 span { border-color: rgb(53,136,56); }

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