#397241

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

Shades of Japanese Laurel #397241

Tints of Japanese Laurel #397241

Color information

#397241 (or 0x397241) is unknown color: approx Japanese Laurel. HEX triplet: 39, 72 and 41. RGB value is (57,114,65). Sum of RGB (Red+Green+Blue) = 57+114+65=236 (31% of max value = 765). Red value is 57 (22.66% from 255 or 24.15% from 236); Green value is 114 (44.92% from 255 or 48.31% from 236); Blue value is 65 (25.78% from 255 or 27.54% from 236); Max value from RGB is 114 - color contains mainly: green. Hex color #397241 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #397241 is #C68DBE. Grayscale: #5B5B5B. Windows color (decimal): -13012415 or 4289081. OLE color: 4289081.

HSL color Cylindrical-coordinate representation of color #397241: hue angle of 128.42º 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 #397241 is Cyan = 0.50, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.55.

Color convert

RGB5711465-
CMYK0.5000.430.55
HSL128.42º33.33%33.53%-
HSV(B)128.42º50%44.71%-
XYZ8.6613.297.11-
YUV91.37113.12103.48-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 24.15%
GREEN value IS 114 (44.92% from 255) = 48.31%
BLUE value IS 65 (25.78% from 255) = 27.54%
R=24.15%
G=48.31%
B=27.54%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal57114650.5000.430.55128.4233.3333.53
Hex3972413202B37802122
Octal7116210162053672004142
Binary11100111100101000001110010010101111011110000000100001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #397241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #397241; }

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

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

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

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

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

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

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

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