#307770

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

Shades of Genoa #307770

Tints of Genoa #307770

Color information

#307770 (or 0x307770) is unknown color: approx Genoa. HEX triplet: 30, 77 and 70. RGB value is (48,119,112). Sum of RGB (Red+Green+Blue) = 48+119+112=279 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.20% from 279); Green value is 119 (46.88% from 255 or 42.65% from 279); Blue value is 112 (44.14% from 255 or 40.14% from 279); Max value from RGB is 119 - color contains mainly: green. Hex color #307770 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #307770 is #CF888F. Grayscale: #606060. Windows color (decimal): -13600912 or 7370544. OLE color: 7370544.

HSL color Cylindrical-coordinate representation of color #307770: hue angle of 174.08º degrees, saturation: 0.43, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #307770 is Cyan = 0.60, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.53.

Color convert

RGB48119112-
CMYK0.6000.060.53
HSL174.08º42.51%32.75%-
HSV(B)174.08º59.66%46.67%-
XYZ10.7414.9917.66-
YUV96.97136.4893.07-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 17.20%
GREEN value IS 119 (46.88% from 255) = 42.65%
BLUE value IS 112 (44.14% from 255) = 40.14%
R=17.20%
G=42.65%
B=40.14%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal481191120.6000.060.53174.0842.5132.75
Hex3077703C0635ae2b21
Octal601671607406652565341
Binary11000011101111110000111100011011010110101110101011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #307770; }

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

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

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

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

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

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

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

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