#396B38

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

Shades of Japanese Laurel #396B38

Tints of Japanese Laurel #396B38

Color information

#396B38 (or 0x396B38) is unknown color: approx Japanese Laurel. HEX triplet: 39, 6B and 38. RGB value is (57,107,56). Sum of RGB (Red+Green+Blue) = 57+107+56=220 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.91% from 220); Green value is 107 (42.19% from 255 or 48.64% from 220); Blue value is 56 (22.27% from 255 or 25.45% from 220); Max value from RGB is 107 - color contains mainly: green. Hex color #396B38 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #396B38 is #C694C7. Grayscale: #565656. Windows color (decimal): -13014216 or 3697465. OLE color: 3697465.

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

Color convert

RGB5710756-
CMYK0.4700.480.58
HSL118.82º31.29%31.96%-
HSV(B)118.82º47.66%41.96%-
XYZ7.6611.675.59-
YUV86.24110.94107.15-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 25.91%
GREEN value IS 107 (42.19% from 255) = 48.64%
BLUE value IS 56 (22.27% from 255) = 25.45%
R=25.91%
G=48.64%
B=25.45%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal57107560.4700.480.58118.8231.2931.96
Hex396B382F0303A771f20
Octal711537057060721673740
Binary11100111010111110001011110110000111010111011111111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396B38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,107,56); }

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

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

 a { background-color: rgb(57,107,56); }

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

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

 span { border-color: rgb(57,107,56); }

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