#358636

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

Shades of Japanese Laurel #358636

Tints of Japanese Laurel #358636

Color information

#358636 (or 0x358636) is unknown color: approx Japanese Laurel. HEX triplet: 35, 86 and 36. RGB value is (53,134,54). Sum of RGB (Red+Green+Blue) = 53+134+54=241 (31% of max value = 765). Red value is 53 (21.09% from 255 or 21.99% from 241); Green value is 134 (52.73% from 255 or 55.60% from 241); Blue value is 54 (21.48% from 255 or 22.41% from 241); Max value from RGB is 134 - color contains mainly: green. Hex color #358636 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #358636 is #CA79C9. Grayscale: #646464. Windows color (decimal): -13269450 or 3573301. OLE color: 3573301.

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

Color convert

RGB5313454-
CMYK0.6000.600.47
HSL120.74º43.32%36.67%-
HSV(B)120.74º60.45%52.55%-
XYZ10.6618.076.42-
YUV100.66101.6694-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 21.99%
GREEN value IS 134 (52.73% from 255) = 55.60%
BLUE value IS 54 (21.48% from 255) = 22.41%
R=21.99%
G=55.60%
B=22.41%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal53134540.6000.600.47120.7443.3236.67
Hex3586363C03C2F792b25
Octal652066674074571715345
Binary1101011000011011011011110001111001011111111001101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #358636

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #358636; }

 p { color: rgb(53,134,54); }

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

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

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

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

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

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

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