#396938

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

Shades of Japanese Laurel #396938

Tints of Japanese Laurel #396938

Color information

#396938 (or 0x396938) is unknown color: approx Japanese Laurel. HEX triplet: 39, 69 and 38. RGB value is (57,105,56). Sum of RGB (Red+Green+Blue) = 57+105+56=218 (28% of max value = 765). Red value is 57 (22.66% from 255 or 26.15% from 218); Green value is 105 (41.41% from 255 or 48.17% from 218); Blue value is 56 (22.27% from 255 or 25.69% from 218); Max value from RGB is 105 - color contains mainly: green. Hex color #396938 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #396938 is #C696C7. Grayscale: #555555. Windows color (decimal): -13014728 or 3696953. OLE color: 3696953.

HSL color Cylindrical-coordinate representation of color #396938: hue angle of 118.78º degrees, saturation: 0.3, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #396938 is Cyan = 0.46, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.59.

Color convert

RGB5710556-
CMYK0.4600.470.59
HSL118.78º30.43%31.57%-
HSV(B)118.78º46.67%41.18%-
XYZ7.4511.265.52-
YUV85.06111.6107.98-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 26.15%
GREEN value IS 105 (41.41% from 255) = 48.17%
BLUE value IS 56 (22.27% from 255) = 25.69%
R=26.15%
G=48.17%
B=25.69%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal57105560.4600.470.59118.7830.4331.57
Hex3969382E02F3B771e20
Octal711517056057731673640
Binary11100111010011110001011100101111111011111011111110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396938

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #396938; }

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

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

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

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

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

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

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

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