#397A38

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

Shades of Japanese Laurel #397A38

Tints of Japanese Laurel #397A38

Color information

#397A38 (or 0x397A38) is unknown color: approx Japanese Laurel. HEX triplet: 39, 7A and 38. RGB value is (57,122,56). Sum of RGB (Red+Green+Blue) = 57+122+56=235 (31% of max value = 765). Red value is 57 (22.66% from 255 or 24.26% from 235); Green value is 122 (48.05% from 255 or 51.91% from 235); Blue value is 56 (22.27% from 255 or 23.83% from 235); Max value from RGB is 122 - color contains mainly: green. Hex color #397A38 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #397A38 is #C685C7. Grayscale: #5F5F5F. Windows color (decimal): -13010376 or 3701305. OLE color: 3701305.

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

Color convert

RGB5712256-
CMYK0.5300.540.52
HSL119.09º37.08%34.9%-
HSV(B)119.09º54.1%47.84%-
XYZ9.3615.076.16-
YUV95.04105.97100.87-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 24.26%
GREEN value IS 122 (48.05% from 255) = 51.91%
BLUE value IS 56 (22.27% from 255) = 23.83%
R=24.26%
G=51.91%
B=23.83%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal57122560.5300.540.52119.0937.0834.9
Hex397A383503634772523
Octal711727065066641674543
Binary111001111101011100011010101101101101001110111100101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #397A38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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