#397A3B

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

Shades of Japanese Laurel #397A3B

Tints of Japanese Laurel #397A3B

Color information

#397A3B (or 0x397A3B) is unknown color: approx Japanese Laurel. HEX triplet: 39, 7A and 3B. RGB value is (57,122,59). Sum of RGB (Red+Green+Blue) = 57+122+59=238 (31% of max value = 765). Red value is 57 (22.66% from 255 or 23.95% from 238); Green value is 122 (48.05% from 255 or 51.26% from 238); Blue value is 59 (23.44% from 255 or 24.79% from 238); Max value from RGB is 122 - color contains mainly: green. Hex color #397A3B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #397A3B is #C685C4. Grayscale: #5F5F5F. Windows color (decimal): -13010373 or 3897913. OLE color: 3897913.

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

Color convert

RGB5712259-
CMYK0.5300.520.52
HSL121.85º36.31%35.1%-
HSV(B)121.85º53.28%47.84%-
XYZ9.4415.16.56-
YUV95.38107.47100.62-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 23.95%
GREEN value IS 122 (48.05% from 255) = 51.26%
BLUE value IS 59 (23.44% from 255) = 24.79%
R=23.95%
G=51.26%
B=24.79%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal57122590.5300.520.52121.8536.3135.1
Hex397A3B35034347a2423
Octal711727365064641724443
Binary111001111101011101111010101101001101001111010100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #397A3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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