#397A3D

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

Shades of Japanese Laurel #397A3D

Tints of Japanese Laurel #397A3D

Color information

#397A3D (or 0x397A3D) is unknown color: approx Japanese Laurel. HEX triplet: 39, 7A and 3D. RGB value is (57,122,61). Sum of RGB (Red+Green+Blue) = 57+122+61=240 (31% of max value = 765). Red value is 57 (22.66% from 255 or 23.75% from 240); Green value is 122 (48.05% from 255 or 50.83% from 240); Blue value is 61 (24.22% from 255 or 25.42% from 240); Max value from RGB is 122 - color contains mainly: green. Hex color #397A3D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #397A3D is #C685C2. Grayscale: #5F5F5F. Windows color (decimal): -13010371 or 4028985. OLE color: 4028985.

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

Color convert

RGB5712261-
CMYK0.5300.500.52
HSL123.69º36.31%35.1%-
HSV(B)123.69º53.28%47.84%-
XYZ9.4915.136.83-
YUV95.61108.47100.46-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 23.75%
GREEN value IS 122 (48.05% from 255) = 50.83%
BLUE value IS 61 (24.22% from 255) = 25.42%
R=23.75%
G=50.83%
B=25.42%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal57122610.5300.500.52123.6936.3135.1
Hex397A3D35032347c2423
Octal711727565062641744443
Binary111001111101011110111010101100101101001111100100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #397A3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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