#368d36

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

Shades of Japanese Laurel #368D36

Tints of Japanese Laurel #368D36

Color information

#368D36 (or 0x368D36) is unknown color: approx Japanese Laurel. HEX triplet: 36, 8D and 36. RGB value is (54,141,54). Sum of RGB (Red+Green+Blue) = 54+141+54=249 (32% of max value = 765). Red value is 54 (21.48% from 255 or 21.69% from 249); Green value is 141 (55.47% from 255 or 56.63% from 249); Blue value is 54 (21.48% from 255 or 21.69% from 249); Max value from RGB is 141 - color contains mainly: green. Hex color #368D36 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #368D36 is #C972C9. Grayscale: #696969. Windows color (decimal): -13202122 or 3575094. OLE color: 3575094.

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

Color convert

RGB5414154-
CMYK0.6200.620.45
HSL120º44.62%38.24%-
HSV(B)120º61.7%55.29%-
XYZ11.7120.16.75-
YUV105.0799.1891.57-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 21.69%
GREEN value IS 141 (55.47% from 255) = 56.63%
BLUE value IS 54 (21.48% from 255) = 21.69%
R=21.69%
G=56.63%
B=21.69%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal54141540.6200.620.4512044.6238.24
Hex368D363E03E2D782d26
Octal662156676076551705546
Binary1101101000110111011011111001111101011011111000101101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #368d36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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