#367D38

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

Shades of Japanese Laurel #367D38

Tints of Japanese Laurel #367D38

Color information

#367D38 (or 0x367D38) is unknown color: approx Japanese Laurel. HEX triplet: 36, 7D and 38. RGB value is (54,125,56). Sum of RGB (Red+Green+Blue) = 54+125+56=235 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.98% from 235); Green value is 125 (49.22% from 255 or 53.19% from 235); Blue value is 56 (22.27% from 255 or 23.83% from 235); Max value from RGB is 125 - color contains mainly: green. Hex color #367D38 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #367D38 is #C982C7. Grayscale: #606060. Windows color (decimal): -13206216 or 3702070. OLE color: 3702070.

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

Color convert

RGB5412556-
CMYK0.5700.550.51
HSL121.69º39.66%35.1%-
HSV(B)121.69º56.8%49.02%-
XYZ9.5715.746.27-
YUV95.9105.4898.11-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 22.98%
GREEN value IS 125 (49.22% from 255) = 53.19%
BLUE value IS 56 (22.27% from 255) = 23.83%
R=22.98%
G=53.19%
B=23.83%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal54125560.5700.550.51121.6939.6635.1
Hex367D3839037337a2823
Octal661757071067631725043
Binary110110111110111100011100101101111100111111010101000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #367D38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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