#368939

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

Shades of Japanese Laurel #368939

Tints of Japanese Laurel #368939

Color information

#368939 (or 0x368939) is unknown color: approx Japanese Laurel. HEX triplet: 36, 89 and 39. RGB value is (54,137,57). Sum of RGB (Red+Green+Blue) = 54+137+57=248 (32% of max value = 765). Red value is 54 (21.48% from 255 or 21.77% from 248); Green value is 137 (53.91% from 255 or 55.24% from 248); Blue value is 57 (22.66% from 255 or 22.98% from 248); Max value from RGB is 137 - color contains mainly: green. Hex color #368939 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #368939 is #C976C6. Grayscale: #676767. Windows color (decimal): -13203143 or 3770678. OLE color: 3770678.

HSL color Cylindrical-coordinate representation of color #368939: hue angle of 122.17º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #368939 is Cyan = 0.61, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.46.

Color convert

RGB5413757-
CMYK0.6100.580.46
HSL122.17º43.46%37.45%-
HSV(B)122.17º60.58%53.73%-
XYZ11.2118.976.94-
YUV103.0610293-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 21.77%
GREEN value IS 137 (53.91% from 255) = 55.24%
BLUE value IS 57 (22.66% from 255) = 22.98%
R=21.77%
G=55.24%
B=22.98%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal54137570.6100.580.46122.1743.4637.45
Hex3689393D03A2E7a2b25
Octal662117175072561725345
Binary1101101000100111100111110101110101011101111010101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #368939

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #368939; }

 p { color: rgb(54,137,57); }

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

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

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

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

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

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

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