#397634

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

Shades of Japanese Laurel #397634

Tints of Japanese Laurel #397634

Color information

#397634 (or 0x397634) is unknown color: approx Japanese Laurel. HEX triplet: 39, 76 and 34. RGB value is (57,118,52). Sum of RGB (Red+Green+Blue) = 57+118+52=227 (30% of max value = 765). Red value is 57 (22.66% from 255 or 25.11% from 227); Green value is 118 (46.48% from 255 or 51.98% from 227); Blue value is 52 (20.70% from 255 or 22.91% from 227); Max value from RGB is 118 - color contains mainly: green. Hex color #397634 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #397634 is #C689CB. Grayscale: #5C5C5C. Windows color (decimal): -13011404 or 3438137. OLE color: 3438137.

HSL color Cylindrical-coordinate representation of color #397634: hue angle of 115.45º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #397634 is Cyan = 0.52, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.54.

Color convert

RGB5711852-
CMYK0.5200.560.54
HSL115.45º38.82%33.33%-
HSV(B)115.45º55.93%46.27%-
XYZ8.7914.075.5-
YUV92.24105.29102.87-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 25.11%
GREEN value IS 118 (46.48% from 255) = 51.98%
BLUE value IS 52 (20.70% from 255) = 22.91%
R=25.11%
G=51.98%
B=22.91%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal57118520.5200.560.54115.4538.8233.33
Hex3976343403836732721
Octal711666464070661634741
Binary111001111011011010011010001110001101101110011100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #397634

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #397634; }

 p { color: rgb(57,118,52); }

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

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

 a { background-color: rgb(57,118,52); }

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

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

 span { border-color: rgb(57,118,52); }

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