#358835

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

Shades of Japanese Laurel #358835

Tints of Japanese Laurel #358835

Color information

#358835 (or 0x358835) is unknown color: approx Japanese Laurel. HEX triplet: 35, 88 and 35. RGB value is (53,136,53). Sum of RGB (Red+Green+Blue) = 53+136+53=242 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.90% from 242); Green value is 136 (53.52% from 255 or 56.20% from 242); Blue value is 53 (21.09% from 255 or 21.90% from 242); Max value from RGB is 136 - color contains mainly: green. Hex color #358835 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #358835 is #CA77CA. Grayscale: #656565. Windows color (decimal): -13268939 or 3508277. OLE color: 3508277.

HSL color Cylindrical-coordinate representation of color #358835: hue angle of 120º 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 #358835 is Cyan = 0.61, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.47.

Color convert

RGB5313653-
CMYK0.6100.610.47
HSL120º43.92%37.06%-
HSV(B)120º61.03%53.33%-
XYZ10.9118.626.39-
YUV101.72100.593.25-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 21.90%
GREEN value IS 136 (53.52% from 255) = 56.20%
BLUE value IS 53 (21.09% from 255) = 21.90%
R=21.90%
G=56.20%
B=21.90%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal53136530.6100.610.4712043.9237.06
Hex3588353D03D2F782c25
Octal652106575075571705445
Binary1101011000100011010111110101111011011111111000101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #358835

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #358835; }

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

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

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

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

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

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

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

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