#397B37

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

Shades of Japanese Laurel #397B37

Tints of Japanese Laurel #397B37

Color information

#397B37 (or 0x397B37) is unknown color: approx Japanese Laurel. HEX triplet: 39, 7B and 37. RGB value is (57,123,55). Sum of RGB (Red+Green+Blue) = 57+123+55=235 (31% of max value = 765). Red value is 57 (22.66% from 255 or 24.26% from 235); Green value is 123 (48.44% from 255 or 52.34% from 235); Blue value is 55 (21.88% from 255 or 23.40% from 235); Max value from RGB is 123 - color contains mainly: green. Hex color #397B37 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #397B37 is #C684C8. Grayscale: #5F5F5F. Windows color (decimal): -13010121 or 3636025. OLE color: 3636025.

HSL color Cylindrical-coordinate representation of color #397B37: hue angle of 118.24º degrees, saturation: 0.38, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #397B37 is Cyan = 0.54, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.52.

Color convert

RGB5712355-
CMYK0.5400.550.52
HSL118.24º38.2%34.9%-
HSV(B)118.24º55.28%48.24%-
XYZ9.4615.316.07-
YUV95.51105.13100.53-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 24.26%
GREEN value IS 123 (48.44% from 255) = 52.34%
BLUE value IS 55 (21.88% from 255) = 23.40%
R=24.26%
G=52.34%
B=23.40%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal57123550.5400.550.52118.2438.234.9
Hex397B373603734762623
Octal711736766067641664643
Binary111001111101111011111011001101111101001110110100110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #397B37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,123,55); }

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

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

 a { background-color: rgb(57,123,55); }

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

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

 span { border-color: rgb(57,123,55); }

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