#397231

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

Shades of Japanese Laurel #397231

Tints of Japanese Laurel #397231

Color information

#397231 (or 0x397231) is unknown color: approx Japanese Laurel. HEX triplet: 39, 72 and 31. RGB value is (57,114,49). Sum of RGB (Red+Green+Blue) = 57+114+49=220 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.91% from 220); Green value is 114 (44.92% from 255 or 51.82% from 220); Blue value is 49 (19.53% from 255 or 22.27% from 220); Max value from RGB is 114 - color contains mainly: green. Hex color #397231 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #397231 is #C68DCE. Grayscale: #595959. Windows color (decimal): -13012431 or 3240505. OLE color: 3240505.

HSL color Cylindrical-coordinate representation of color #397231: hue angle of 112.62º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #397231 is Cyan = 0.50, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.55.

Color convert

RGB5711449-
CMYK0.5000.570.55
HSL112.62º39.88%31.96%-
HSV(B)112.62º57.02%44.71%-
XYZ8.2613.135-
YUV89.55105.12104.79-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 25.91%
GREEN value IS 114 (44.92% from 255) = 51.82%
BLUE value IS 49 (19.53% from 255) = 22.27%
R=25.91%
G=51.82%
B=22.27%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal57114490.5000.570.55112.6239.8831.96
Hex3972313203937712820
Octal711626162071671615040
Binary111001111001011000111001001110011101111110001101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #397231

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #397231; }

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

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

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

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

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

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

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

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