#367C41

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

Shades of Japanese Laurel #367C41

Tints of Japanese Laurel #367C41

Color information

#367C41 (or 0x367C41) is unknown color: approx Japanese Laurel. HEX triplet: 36, 7C and 41. RGB value is (54,124,65). Sum of RGB (Red+Green+Blue) = 54+124+65=243 (32% of max value = 765). Red value is 54 (21.48% from 255 or 22.22% from 243); Green value is 124 (48.83% from 255 or 51.03% from 243); Blue value is 65 (25.78% from 255 or 26.75% from 243); Max value from RGB is 124 - color contains mainly: green. Hex color #367C41 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #367C41 is #C983BE. Grayscale: #606060. Windows color (decimal): -13206463 or 4291638. OLE color: 4291638.

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

Color convert

RGB5412465-
CMYK0.5600.480.51
HSL129.43º39.33%34.9%-
HSV(B)129.43º56.45%48.63%-
XYZ9.6815.587.5-
YUV96.34110.3197.8-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 22.22%
GREEN value IS 124 (48.83% from 255) = 51.03%
BLUE value IS 65 (25.78% from 255) = 26.75%
R=22.22%
G=51.03%
B=26.75%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal54124650.5600.480.51129.4339.3334.9
Hex367C413803033812723
Octal6617410170060632014743
Binary11011011111001000001111000011000011001110000001100111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #367C41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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