#397D33

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

Shades of Japanese Laurel #397D33

Tints of Japanese Laurel #397D33

Color information

#397D33 (or 0x397D33) is unknown color: approx Japanese Laurel. HEX triplet: 39, 7D and 33. RGB value is (57,125,51). Sum of RGB (Red+Green+Blue) = 57+125+51=233 (30% of max value = 765). Red value is 57 (22.66% from 255 or 24.46% from 233); Green value is 125 (49.22% from 255 or 53.65% from 233); Blue value is 51 (20.31% from 255 or 21.89% from 233); Max value from RGB is 125 - color contains mainly: green. Hex color #397D33 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #397D33 is #C682CC. Grayscale: #606060. Windows color (decimal): -13009613 or 3374393. OLE color: 3374393.

HSL color Cylindrical-coordinate representation of color #397D33: hue angle of 115.14º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #397D33 is Cyan = 0.54, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.51.

Color convert

RGB5712551-
CMYK0.5400.590.51
HSL115.14º42.05%34.51%-
HSV(B)115.14º59.2%49.02%-
XYZ9.6215.785.67-
YUV96.23102.47100.02-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 24.46%
GREEN value IS 125 (49.22% from 255) = 53.65%
BLUE value IS 51 (20.31% from 255) = 21.89%
R=24.46%
G=53.65%
B=21.89%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal57125510.5400.590.51115.1442.0534.51
Hex397D333603B33732a23
Octal711756366073631635243
Binary111001111110111001111011001110111100111110011101010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #397D33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #397D33; }

 p { color: rgb(57,125,51); }

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

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

 a { background-color: rgb(57,125,51); }

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

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

 span { border-color: rgb(57,125,51); }

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