#396E3A

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

Shades of Japanese Laurel #396E3A

Tints of Japanese Laurel #396E3A

Color information

#396E3A (or 0x396E3A) is unknown color: approx Japanese Laurel. HEX triplet: 39, 6E and 3A. RGB value is (57,110,58). Sum of RGB (Red+Green+Blue) = 57+110+58=225 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.33% from 225); Green value is 110 (43.36% from 255 or 48.89% from 225); Blue value is 58 (23.05% from 255 or 25.78% from 225); Max value from RGB is 110 - color contains mainly: green. Hex color #396E3A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #396E3A is #C691C5. Grayscale: #585858. Windows color (decimal): -13013446 or 3829305. OLE color: 3829305.

HSL color Cylindrical-coordinate representation of color #396E3A: hue angle of 121.13º degrees, saturation: 0.32, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #396E3A is Cyan = 0.48, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.57.

Color convert

RGB5711058-
CMYK0.4800.470.57
HSL121.13º31.74%32.75%-
HSV(B)121.13º48.18%43.14%-
XYZ8.0312.335.96-
YUV88.22110.94105.73-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 25.33%
GREEN value IS 110 (43.36% from 255) = 48.89%
BLUE value IS 58 (23.05% from 255) = 25.78%
R=25.33%
G=48.89%
B=25.78%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal57110580.4800.470.57121.1331.7432.75
Hex396E3A3002F39792021
Octal711567260057711714041
Binary111001110111011101011000001011111110011111001100000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396E3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #396E3A; }

 p { color: rgb(57,110,58); }

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

<style>
 a { background-color: #396E3A; }

 a { background-color: rgb(57,110,58); }

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

<style>
 span { border-color: #396E3A; }

 span { border-color: rgb(57,110,58); }

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