#307570

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

Shades of Genoa #307570

Tints of Genoa #307570

Color information

#307570 (or 0x307570) is unknown color: approx Genoa. HEX triplet: 30, 75 and 70. RGB value is (48,117,112). Sum of RGB (Red+Green+Blue) = 48+117+112=277 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.33% from 277); Green value is 117 (46.09% from 255 or 42.24% from 277); Blue value is 112 (44.14% from 255 or 40.43% from 277); Max value from RGB is 117 - color contains mainly: green. Hex color #307570 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #307570 is #CF8A8F. Grayscale: #5F5F5F. Windows color (decimal): -13601424 or 7370032. OLE color: 7370032.

HSL color Cylindrical-coordinate representation of color #307570: hue angle of 175.65º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #307570 is Cyan = 0.59, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.54.

Color convert

RGB48117112-
CMYK0.5900.040.54
HSL175.65º41.82%32.35%-
HSV(B)175.65º58.97%45.88%-
XYZ10.514.5217.58-
YUV95.8137.1493.91-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 17.33%
GREEN value IS 117 (46.09% from 255) = 42.24%
BLUE value IS 112 (44.14% from 255) = 40.43%
R=17.33%
G=42.24%
B=40.43%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal481171120.5900.040.54175.6541.8232.35
Hex3075703B0436b02a20
Octal601651607304662605240
Binary11000011101011110000111011010011011010110000101010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #307570; }

 p { color: rgb(48,117,112); }

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

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

 a { background-color: rgb(48,117,112); }

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

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

 span { border-color: rgb(48,117,112); }

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