#739370

Color #739370 Davy's Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Davy's Grey #739370

Tints of Davy's Grey #739370

Color information

#739370 (or 0x739370) is unknown color: approx Davy's Grey. HEX triplet: 73, 93 and 70. RGB value is (115,147,112). Sum of RGB (Red+Green+Blue) = 115+147+112=374 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.75% from 374); Green value is 147 (57.81% from 255 or 39.30% from 374); Blue value is 112 (44.14% from 255 or 29.95% from 374); Max value from RGB is 147 - color contains mainly: green. Hex color #739370 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #739370 is #8C6C8F. Grayscale: #858585. Windows color (decimal): -9202832 or 7377779. OLE color: 7377779.

HSL color Cylindrical-coordinate representation of color #739370: hue angle of 114.86º degrees, saturation: 0.14, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #739370 is Cyan = 0.22, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.42.

Color convert

RGB115147112-
CMYK0.2200.240.42
HSL114.86º13.94%50.78%-
HSV(B)114.86º23.81%57.65%-
XYZ20.4325.6819.21-
YUV133.44115.9114.85-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 30.75%
GREEN value IS 147 (57.81% from 255) = 39.30%
BLUE value IS 112 (44.14% from 255) = 29.95%
R=30.75%
G=39.30%
B=29.95%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1151471120.2200.240.42114.8613.9450.78
Hex739370160182A73e33
Octal16322316026030521631663
Binary11100111001001111100001011001100010101011100111110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #739370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #739370; }

 p { color: rgb(115,147,112); }

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

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

 a { background-color: rgb(115,147,112); }

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

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

 span { border-color: rgb(115,147,112); }

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