#397E33

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

Shades of Japanese Laurel #397E33

Tints of Japanese Laurel #397E33

Color information

#397E33 (or 0x397E33) is unknown color: approx Japanese Laurel. HEX triplet: 39, 7E and 33. RGB value is (57,126,51). Sum of RGB (Red+Green+Blue) = 57+126+51=234 (30% of max value = 765). Red value is 57 (22.66% from 255 or 24.36% from 234); Green value is 126 (49.61% from 255 or 53.85% from 234); Blue value is 51 (20.31% from 255 or 21.79% from 234); Max value from RGB is 126 - color contains mainly: green. Hex color #397E33 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #397E33 is #C681CC. Grayscale: #616161. Windows color (decimal): -13009357 or 3374649. OLE color: 3374649.

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

Color convert

RGB5712651-
CMYK0.5500.600.51
HSL115.2º42.37%34.71%-
HSV(B)115.2º59.52%49.41%-
XYZ9.7516.035.71-
YUV96.82102.1499.6-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 24.36%
GREEN value IS 126 (49.61% from 255) = 53.85%
BLUE value IS 51 (20.31% from 255) = 21.79%
R=24.36%
G=53.85%
B=21.79%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal57126510.5500.600.51115.242.3734.71
Hex397E333703C33732a23
Octal711766367074631635243
Binary111001111111011001111011101111001100111110011101010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #397E33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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