#368e36

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

Shades of Japanese Laurel #368E36

Tints of Japanese Laurel #368E36

Color information

#368E36 (or 0x368E36) is unknown color: approx Japanese Laurel. HEX triplet: 36, 8E and 36. RGB value is (54,142,54). Sum of RGB (Red+Green+Blue) = 54+142+54=250 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.6% from 250); Green value is 142 (55.86% from 255 or 56.8% from 250); Blue value is 54 (21.48% from 255 or 21.6% from 250); Max value from RGB is 142 - color contains mainly: green. Hex color #368E36 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #368E36 is #C971C9. Grayscale: #696969. Windows color (decimal): -13201866 or 3575350. OLE color: 3575350.

HSL color Cylindrical-coordinate representation of color #368E36: hue angle of 120º degrees, saturation: 0.45, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #368E36 is Cyan = 0.62, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.44.

Color convert

RGB5414254-
CMYK0.6200.620.44
HSL120º44.9%38.43%-
HSV(B)120º61.97%55.69%-
XYZ11.8620.46.8-
YUV105.6698.8591.16-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 21.6%
GREEN value IS 142 (55.86% from 255) = 56.8%
BLUE value IS 54 (21.48% from 255) = 21.6%
R=21.6%
G=56.8%
B=21.6%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal54142540.6200.620.4412044.938.43
Hex368E363E03E2C782d26
Octal662166676076541705546
Binary1101101000111011011011111001111101011001111000101101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #368e36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #368e36; }

 p { color: rgb(54,142,54); }

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

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

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

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

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

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

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