#397a36

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

Shades of Japanese Laurel #397A36

Tints of Japanese Laurel #397A36

Color information

#397A36 (or 0x397A36) is unknown color: approx Japanese Laurel. HEX triplet: 39, 7A and 36. RGB value is (57,122,54). Sum of RGB (Red+Green+Blue) = 57+122+54=233 (30% of max value = 765). Red value is 57 (22.66% from 255 or 24.46% from 233); Green value is 122 (48.05% from 255 or 52.36% from 233); Blue value is 54 (21.48% from 255 or 23.18% from 233); Max value from RGB is 122 - color contains mainly: green. Hex color #397A36 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #397A36 is #C685C9. Grayscale: #5F5F5F. Windows color (decimal): -13010378 or 3570233. OLE color: 3570233.

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

Color convert

RGB5712254-
CMYK0.5300.560.52
HSL117.35º38.64%34.51%-
HSV(B)117.35º55.74%47.84%-
XYZ9.3115.065.91-
YUV94.81104.97101.03-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 24.46%
GREEN value IS 122 (48.05% from 255) = 52.36%
BLUE value IS 54 (21.48% from 255) = 23.18%
R=24.46%
G=52.36%
B=23.18%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal57122540.5300.560.52117.3538.6434.51
Hex397A363503834752723
Octal711726665070641654743
Binary111001111101011011011010101110001101001110101100111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #397a36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,122,54); }

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

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

 a { background-color: rgb(57,122,54); }

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

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

 span { border-color: rgb(57,122,54); }

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