#367D3C

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

Shades of Japanese Laurel #367D3C

Tints of Japanese Laurel #367D3C

Color information

#367D3C (or 0x367D3C) is unknown color: approx Japanese Laurel. HEX triplet: 36, 7D and 3C. RGB value is (54,125,60). Sum of RGB (Red+Green+Blue) = 54+125+60=239 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.59% from 239); Green value is 125 (49.22% from 255 or 52.30% from 239); Blue value is 60 (23.83% from 255 or 25.10% from 239); Max value from RGB is 125 - color contains mainly: green. Hex color #367D3C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #367D3C is #C982C3. Grayscale: #606060. Windows color (decimal): -13206212 or 3964214. OLE color: 3964214.

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

Color convert

RGB5412560-
CMYK0.5700.520.51
HSL125.07º39.66%35.1%-
HSV(B)125.07º56.8%49.02%-
XYZ9.6715.786.81-
YUV96.36107.4897.79-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 22.59%
GREEN value IS 125 (49.22% from 255) = 52.30%
BLUE value IS 60 (23.83% from 255) = 25.10%
R=22.59%
G=52.30%
B=25.10%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal54125600.5700.520.51125.0739.6635.1
Hex367D3C39034337d2823
Octal661757471064631755043
Binary110110111110111110011100101101001100111111101101000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #367D3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,125,60); }

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

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

 a { background-color: rgb(54,125,60); }

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

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

 span { border-color: rgb(54,125,60); }

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