#367C2F

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

Shades of Japanese Laurel #367C2F

Tints of Japanese Laurel #367C2F

Color information

#367C2F (or 0x367C2F) is unknown color: approx Japanese Laurel. HEX triplet: 36, 7C and 2F. RGB value is (54,124,47). Sum of RGB (Red+Green+Blue) = 54+124+47=225 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24% from 225); Green value is 124 (48.83% from 255 or 55.11% from 225); Blue value is 47 (18.75% from 255 or 20.89% from 225); Max value from RGB is 124 - color contains mainly: green. Hex color #367C2F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #367C2F is #C983D0. Grayscale: #5E5E5E. Windows color (decimal): -13206481 or 3111990. OLE color: 3111990.

HSL color Cylindrical-coordinate representation of color #367C2F: hue angle of 114.55º degrees, saturation: 0.45, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #367C2F is Cyan = 0.56, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.51.

Color convert

RGB5412447-
CMYK0.5600.620.51
HSL114.55º45.03%33.53%-
HSV(B)114.55º62.1%48.63%-
XYZ9.2415.45.18-
YUV94.29101.3199.26-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 24%
GREEN value IS 124 (48.83% from 255) = 55.11%
BLUE value IS 47 (18.75% from 255) = 20.89%
R=24%
G=55.11%
B=20.89%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal54124470.5600.620.51114.5545.0333.53
Hex367C2F3803E33732d22
Octal661745770076631635542
Binary110110111110010111111100001111101100111110011101101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #367C2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,124,47); }

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

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

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

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

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

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

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