#397240

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

Shades of Japanese Laurel #397240

Tints of Japanese Laurel #397240

Color information

#397240 (or 0x397240) is unknown color: approx Japanese Laurel. HEX triplet: 39, 72 and 40. RGB value is (57,114,64). Sum of RGB (Red+Green+Blue) = 57+114+64=235 (31% of max value = 765). Red value is 57 (22.66% from 255 or 24.26% from 235); Green value is 114 (44.92% from 255 or 48.51% from 235); Blue value is 64 (25.39% from 255 or 27.23% from 235); Max value from RGB is 114 - color contains mainly: green. Hex color #397240 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #397240 is #C68DBF. Grayscale: #5B5B5B. Windows color (decimal): -13012416 or 4223545. OLE color: 4223545.

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

Color convert

RGB5711464-
CMYK0.5000.440.55
HSL127.37º33.33%33.53%-
HSV(B)127.37º50%44.71%-
XYZ8.6313.276.96-
YUV91.26112.62103.57-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 24.26%
GREEN value IS 114 (44.92% from 255) = 48.51%
BLUE value IS 64 (25.39% from 255) = 27.23%
R=24.26%
G=48.51%
B=27.23%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal57114640.5000.440.55127.3733.3333.53
Hex3972403202C377f2122
Octal7116210062054671774142
Binary1110011110010100000011001001011001101111111111100001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #397240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #397240; }

 p { color: rgb(57,114,64); }

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

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

 a { background-color: rgb(57,114,64); }

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

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

 span { border-color: rgb(57,114,64); }

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