#367B2E

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

Shades of Japanese Laurel #367B2E

Tints of Japanese Laurel #367B2E

Color information

#367B2E (or 0x367B2E) is unknown color: approx Japanese Laurel. HEX triplet: 36, 7B and 2E. RGB value is (54,123,46). Sum of RGB (Red+Green+Blue) = 54+123+46=223 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24.22% from 223); Green value is 123 (48.44% from 255 or 55.16% from 223); Blue value is 46 (18.36% from 255 or 20.63% from 223); Max value from RGB is 123 - color contains mainly: green. Hex color #367B2E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #367B2E is #C984D1. Grayscale: #5D5D5D. Windows color (decimal): -13206738 or 3046198. OLE color: 3046198.

HSL color Cylindrical-coordinate representation of color #367B2E: hue angle of 113.77º degrees, saturation: 0.46, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #367B2E is Cyan = 0.56, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.52.

Color convert

RGB5412346-
CMYK0.5600.630.52
HSL113.77º45.56%33.14%-
HSV(B)113.77º62.6%48.24%-
XYZ9.115.155.03-
YUV93.59101.1499.76-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 24.22%
GREEN value IS 123 (48.44% from 255) = 55.16%
BLUE value IS 46 (18.36% from 255) = 20.63%
R=24.22%
G=55.16%
B=20.63%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal54123460.5600.630.52113.7745.5633.14
Hex367B2E3803F34722e21
Octal661735670077641625641
Binary110110111101110111011100001111111101001110010101110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #367B2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,123,46); }

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

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

 a { background-color: rgb(54,123,46); }

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

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

 span { border-color: rgb(54,123,46); }

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