#397434

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

Shades of Japanese Laurel #397434

Tints of Japanese Laurel #397434

Color information

#397434 (or 0x397434) is unknown color: approx Japanese Laurel. HEX triplet: 39, 74 and 34. RGB value is (57,116,52). Sum of RGB (Red+Green+Blue) = 57+116+52=225 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.33% from 225); Green value is 116 (45.70% from 255 or 51.56% from 225); Blue value is 52 (20.70% from 255 or 23.11% from 225); Max value from RGB is 116 - color contains mainly: green. Hex color #397434 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #397434 is #C68BCB. Grayscale: #5B5B5B. Windows color (decimal): -13011916 or 3437625. OLE color: 3437625.

HSL color Cylindrical-coordinate representation of color #397434: hue angle of 115.31º degrees, saturation: 0.38, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #397434 is Cyan = 0.51, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.55.

Color convert

RGB5711652-
CMYK0.5100.550.55
HSL115.31º38.1%32.94%-
HSV(B)115.31º55.17%45.49%-
XYZ8.5513.615.42-
YUV91.06105.95103.7-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 25.33%
GREEN value IS 116 (45.70% from 255) = 51.56%
BLUE value IS 52 (20.70% from 255) = 23.11%
R=25.33%
G=51.56%
B=23.11%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal57116520.5100.550.55115.3138.132.94
Hex3974343303737732621
Octal711646463067671634641
Binary111001111010011010011001101101111101111110011100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #397434

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #397434; }

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

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

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

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

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

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

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

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