#367D3F

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

Shades of Japanese Laurel #367D3F

Tints of Japanese Laurel #367D3F

Color information

#367D3F (or 0x367D3F) is unknown color: approx Japanese Laurel. HEX triplet: 36, 7D and 3F. RGB value is (54,125,63). Sum of RGB (Red+Green+Blue) = 54+125+63=242 (32% of max value = 765). Red value is 54 (21.48% from 255 or 22.31% from 242); Green value is 125 (49.22% from 255 or 51.65% from 242); Blue value is 63 (25% from 255 or 26.03% from 242); Max value from RGB is 125 - color contains mainly: green. Hex color #367D3F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #367D3F is #C982C0. Grayscale: #606060. Windows color (decimal): -13206209 or 4160822. OLE color: 4160822.

HSL color Cylindrical-coordinate representation of color #367D3F: hue angle of 127.61º 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 #367D3F is Cyan = 0.57, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.51.

Color convert

RGB5412563-
CMYK0.5700.500.51
HSL127.61º39.66%35.1%-
HSV(B)127.61º56.8%49.02%-
XYZ9.7515.817.24-
YUV96.7108.9897.54-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 22.31%
GREEN value IS 125 (49.22% from 255) = 51.65%
BLUE value IS 63 (25% from 255) = 26.03%
R=22.31%
G=51.65%
B=26.03%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal54125630.5700.500.51127.6139.6635.1
Hex367D3F3903233802823
Octal661757771062632005043
Binary1101101111101111111111001011001011001110000000101000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #367D3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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