#367938

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

Shades of Japanese Laurel #367938

Tints of Japanese Laurel #367938

Color information

#367938 (or 0x367938) is unknown color: approx Japanese Laurel. HEX triplet: 36, 79 and 38. RGB value is (54,121,56). Sum of RGB (Red+Green+Blue) = 54+121+56=231 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.38% from 231); Green value is 121 (47.66% from 255 or 52.38% from 231); Blue value is 56 (22.27% from 255 or 24.24% from 231); Max value from RGB is 121 - color contains mainly: green. Hex color #367938 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #367938 is #C986C7. Grayscale: #5D5D5D. Windows color (decimal): -13207240 or 3701046. OLE color: 3701046.

HSL color Cylindrical-coordinate representation of color #367938: hue angle of 121.79º degrees, saturation: 0.38, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #367938 is Cyan = 0.55, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.53.

Color convert

RGB5412156-
CMYK0.5500.540.53
HSL121.79º38.29%34.31%-
HSV(B)121.79º55.37%47.45%-
XYZ9.0714.746.11-
YUV93.56106.899.79-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 23.38%
GREEN value IS 121 (47.66% from 255) = 52.38%
BLUE value IS 56 (22.27% from 255) = 24.24%
R=23.38%
G=52.38%
B=24.24%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal54121560.5500.540.53121.7938.2934.31
Hex36793837036357a2622
Octal661717067066651724642
Binary110110111100111100011011101101101101011111010100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #367938

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #367938; }

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

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

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

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

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

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

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

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