#397C34

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

Shades of Japanese Laurel #397C34

Tints of Japanese Laurel #397C34

Color information

#397C34 (or 0x397C34) is unknown color: approx Japanese Laurel. HEX triplet: 39, 7C and 34. RGB value is (57,124,52). Sum of RGB (Red+Green+Blue) = 57+124+52=233 (30% of max value = 765). Red value is 57 (22.66% from 255 or 24.46% from 233); Green value is 124 (48.83% from 255 or 53.22% from 233); Blue value is 52 (20.70% from 255 or 22.32% from 233); Max value from RGB is 124 - color contains mainly: green. Hex color #397C34 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #397C34 is #C683CB. Grayscale: #5F5F5F. Windows color (decimal): -13009868 or 3439673. OLE color: 3439673.

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

Color convert

RGB5712452-
CMYK0.5400.580.51
HSL115.83º40.91%34.51%-
HSV(B)115.83º58.06%48.63%-
XYZ9.5115.535.75-
YUV95.76103.3100.35-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 24.46%
GREEN value IS 124 (48.83% from 255) = 53.22%
BLUE value IS 52 (20.70% from 255) = 22.32%
R=24.46%
G=53.22%
B=22.32%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal57124520.5400.580.51115.8340.9134.51
Hex397C343603A33742923
Octal711746466072631645143
Binary111001111110011010011011001110101100111110100101001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #397C34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,124,52); }

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

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

 a { background-color: rgb(57,124,52); }

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

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

 span { border-color: rgb(57,124,52); }

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