#397038

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

Shades of Japanese Laurel #397038

Tints of Japanese Laurel #397038

Color information

#397038 (or 0x397038) is unknown color: approx Japanese Laurel. HEX triplet: 39, 70 and 38. RGB value is (57,112,56). Sum of RGB (Red+Green+Blue) = 57+112+56=225 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.33% from 225); Green value is 112 (44.14% from 255 or 49.78% from 225); Blue value is 56 (22.27% from 255 or 24.89% from 225); Max value from RGB is 112 - color contains mainly: green. Hex color #397038 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #397038 is #C68FC7. Grayscale: #595959. Windows color (decimal): -13012936 or 3698745. OLE color: 3698745.

HSL color Cylindrical-coordinate representation of color #397038: hue angle of 118.93º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #397038 is Cyan = 0.49, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.56.

Color convert

RGB5711256-
CMYK0.4900.500.56
HSL118.93º33.33%32.94%-
HSV(B)118.93º50%43.92%-
XYZ8.212.745.77-
YUV89.17109.28105.05-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 25.33%
GREEN value IS 112 (44.14% from 255) = 49.78%
BLUE value IS 56 (22.27% from 255) = 24.89%
R=25.33%
G=49.78%
B=24.89%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal57112560.4900.500.56118.9333.3332.94
Hex3970383103238772121
Octal711607061062701674141
Binary111001111000011100011000101100101110001110111100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #397038

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #397038; }

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

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

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

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

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

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

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

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