#397A3F

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

Shades of Japanese Laurel #397A3F

Tints of Japanese Laurel #397A3F

Color information

#397A3F (or 0x397A3F) is unknown color: approx Japanese Laurel. HEX triplet: 39, 7A and 3F. RGB value is (57,122,63). Sum of RGB (Red+Green+Blue) = 57+122+63=242 (32% of max value = 765). Red value is 57 (22.66% from 255 or 23.55% from 242); Green value is 122 (48.05% from 255 or 50.41% from 242); Blue value is 63 (25% from 255 or 26.03% from 242); Max value from RGB is 122 - color contains mainly: green. Hex color #397A3F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #397A3F is #C685C0. Grayscale: #606060. Windows color (decimal): -13010369 or 4160057. OLE color: 4160057.

HSL color Cylindrical-coordinate representation of color #397A3F: hue angle of 125.54º 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 #397A3F is Cyan = 0.53, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.52.

Color convert

RGB5712263-
CMYK0.5300.480.52
HSL125.54º36.31%35.1%-
HSV(B)125.54º53.28%47.84%-
XYZ9.5415.157.12-
YUV95.84109.47100.3-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 23.55%
GREEN value IS 122 (48.05% from 255) = 50.41%
BLUE value IS 63 (25% from 255) = 26.03%
R=23.55%
G=50.41%
B=26.03%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal57122630.5300.480.52125.5436.3135.1
Hex397A3F35030347e2423
Octal711727765060641764443
Binary111001111101011111111010101100001101001111110100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #397A3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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