#358833

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

Shades of Japanese Laurel #358833

Tints of Japanese Laurel #358833

Color information

#358833 (or 0x358833) is unknown color: approx Japanese Laurel. HEX triplet: 35, 88 and 33. RGB value is (53,136,51). Sum of RGB (Red+Green+Blue) = 53+136+51=240 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.08% from 240); Green value is 136 (53.52% from 255 or 56.67% from 240); Blue value is 51 (20.31% from 255 or 21.25% from 240); Max value from RGB is 136 - color contains mainly: green. Hex color #358833 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #358833 is #CA77CC. Grayscale: #656565. Windows color (decimal): -13268941 or 3377205. OLE color: 3377205.

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

Color convert

RGB5313651-
CMYK0.6100.620.47
HSL118.59º45.45%36.67%-
HSV(B)118.59º62.5%53.33%-
XYZ10.8718.66.15-
YUV101.4999.593.41-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 22.08%
GREEN value IS 136 (53.52% from 255) = 56.67%
BLUE value IS 51 (20.31% from 255) = 21.25%
R=22.08%
G=56.67%
B=21.25%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal53136510.6100.620.47118.5945.4536.67
Hex3588333D03E2F772d25
Octal652106375076571675545
Binary1101011000100011001111110101111101011111110111101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #358833

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #358833; }

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

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

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

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

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

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

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

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