#367F41

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

Shades of Japanese Laurel #367F41

Tints of Japanese Laurel #367F41

Color information

#367F41 (or 0x367F41) is unknown color: approx Japanese Laurel. HEX triplet: 36, 7F and 41. RGB value is (54,127,65). Sum of RGB (Red+Green+Blue) = 54+127+65=246 (32% of max value = 765). Red value is 54 (21.48% from 255 or 21.95% from 246); Green value is 127 (50% from 255 or 51.63% from 246); Blue value is 65 (25.78% from 255 or 26.42% from 246); Max value from RGB is 127 - color contains mainly: green. Hex color #367F41 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #367F41 is #C980BE. Grayscale: #626262. Windows color (decimal): -13205695 or 4292406. OLE color: 4292406.

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

Color convert

RGB5412765-
CMYK0.5700.490.50
HSL129.04º40.33%35.49%-
HSV(B)129.04º57.48%49.8%-
XYZ10.0616.347.63-
YUV98.1109.3296.54-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 21.95%
GREEN value IS 127 (50% from 255) = 51.63%
BLUE value IS 65 (25.78% from 255) = 26.42%
R=21.95%
G=51.63%
B=26.42%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal54127650.5700.490.50129.0440.3335.49
Hex367F413903132812823
Octal6617710171061622015043
Binary11011011111111000001111001011000111001010000001101000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #367F41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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