#367F30

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

Shades of Japanese Laurel #367F30

Tints of Japanese Laurel #367F30

Color information

#367F30 (or 0x367F30) is unknown color: approx Japanese Laurel. HEX triplet: 36, 7F and 30. RGB value is (54,127,48). Sum of RGB (Red+Green+Blue) = 54+127+48=229 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.58% from 229); Green value is 127 (50% from 255 or 55.46% from 229); Blue value is 48 (19.14% from 255 or 20.96% from 229); Max value from RGB is 127 - color contains mainly: green. Hex color #367F30 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #367F30 is #C980CF. Grayscale: #606060. Windows color (decimal): -13205712 or 3178294. OLE color: 3178294.

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

Color convert

RGB5412748-
CMYK0.5700.620.50
HSL115.44º45.14%34.31%-
HSV(B)115.44º62.2%49.8%-
XYZ9.6416.185.41-
YUV96.17100.8297.92-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 23.58%
GREEN value IS 127 (50% from 255) = 55.46%
BLUE value IS 48 (19.14% from 255) = 20.96%
R=23.58%
G=55.46%
B=20.96%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal54127480.5700.620.50115.4445.1434.31
Hex367F303903E32732d22
Octal661776071076621635542
Binary110110111111111000011100101111101100101110011101101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #367F30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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