#368938

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

Shades of Japanese Laurel #368938

Tints of Japanese Laurel #368938

Color information

#368938 (or 0x368938) is unknown color: approx Japanese Laurel. HEX triplet: 36, 89 and 38. RGB value is (54,137,56). Sum of RGB (Red+Green+Blue) = 54+137+56=247 (32% of max value = 765). Red value is 54 (21.48% from 255 or 21.86% from 247); Green value is 137 (53.91% from 255 or 55.47% from 247); Blue value is 56 (22.27% from 255 or 22.67% from 247); Max value from RGB is 137 - color contains mainly: green. Hex color #368938 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #368938 is #C976C7. Grayscale: #676767. Windows color (decimal): -13203144 or 3705142. OLE color: 3705142.

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

Color convert

RGB5413756-
CMYK0.6100.590.46
HSL121.45º43.46%37.45%-
HSV(B)121.45º60.58%53.73%-
XYZ11.1818.966.81-
YUV102.95101.593.09-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 21.86%
GREEN value IS 137 (53.91% from 255) = 55.47%
BLUE value IS 56 (22.27% from 255) = 22.67%
R=21.86%
G=55.47%
B=22.67%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal54137560.6100.590.46121.4543.4637.45
Hex3689383D03B2E792b25
Octal662117075073561715345
Binary1101101000100111100011110101110111011101111001101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #368938

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #368938; }

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

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

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

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

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

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

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

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