#367E34

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

Shades of Japanese Laurel #367E34

Tints of Japanese Laurel #367E34

Color information

#367E34 (or 0x367E34) is unknown color: approx Japanese Laurel. HEX triplet: 36, 7E and 34. RGB value is (54,126,52). Sum of RGB (Red+Green+Blue) = 54+126+52=232 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.28% from 232); Green value is 126 (49.61% from 255 or 54.31% from 232); Blue value is 52 (20.70% from 255 or 22.41% from 232); Max value from RGB is 126 - color contains mainly: green. Hex color #367E34 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #367E34 is #C981CB. Grayscale: #606060. Windows color (decimal): -13205964 or 3440182. OLE color: 3440182.

HSL color Cylindrical-coordinate representation of color #367E34: hue angle of 118.38º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #367E34 is Cyan = 0.57, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.51.

Color convert

RGB5412652-
CMYK0.5700.590.51
HSL118.38º41.57%34.9%-
HSV(B)118.38º58.73%49.41%-
XYZ9.615.955.82-
YUV96.04103.1598.02-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 23.28%
GREEN value IS 126 (49.61% from 255) = 54.31%
BLUE value IS 52 (20.70% from 255) = 22.41%
R=23.28%
G=54.31%
B=22.41%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal54126520.5700.590.51118.3841.5734.9
Hex367E343903B33762a23
Octal661766471073631665243
Binary110110111111011010011100101110111100111110110101010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #367E34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #367E34; }

 p { color: rgb(54,126,52); }

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

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

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

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

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

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

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