#397838

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

Shades of Japanese Laurel #397838

Tints of Japanese Laurel #397838

Color information

#397838 (or 0x397838) is unknown color: approx Japanese Laurel. HEX triplet: 39, 78 and 38. RGB value is (57,120,56). Sum of RGB (Red+Green+Blue) = 57+120+56=233 (30% of max value = 765). Red value is 57 (22.66% from 255 or 24.46% from 233); Green value is 120 (47.27% from 255 or 51.50% from 233); Blue value is 56 (22.27% from 255 or 24.03% from 233); Max value from RGB is 120 - color contains mainly: green. Hex color #397838 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #397838 is #C687C7. Grayscale: #5E5E5E. Windows color (decimal): -13010888 or 3700793. OLE color: 3700793.

HSL color Cylindrical-coordinate representation of color #397838: hue angle of 119.06º degrees, saturation: 0.36, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #397838 is Cyan = 0.52, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.53.

Color convert

RGB5712056-
CMYK0.5200.530.53
HSL119.06º36.36%34.51%-
HSV(B)119.06º53.33%47.06%-
XYZ9.1214.596.08-
YUV93.87106.63101.7-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 24.46%
GREEN value IS 120 (47.27% from 255) = 51.50%
BLUE value IS 56 (22.27% from 255) = 24.03%
R=24.46%
G=51.50%
B=24.03%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal57120560.5200.530.53119.0636.3634.51
Hex3978383403535772423
Octal711707064065651674443
Binary111001111100011100011010001101011101011110111100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #397838

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #397838; }

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

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

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

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

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

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

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

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