#307660

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

Shades of Genoa #307660

Tints of Genoa #307660

Color information

#307660 (or 0x307660) is unknown color: approx Genoa. HEX triplet: 30, 76 and 60. RGB value is (48,118,96). Sum of RGB (Red+Green+Blue) = 48+118+96=262 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.32% from 262); Green value is 118 (46.48% from 255 or 45.04% from 262); Blue value is 96 (37.89% from 255 or 36.64% from 262); Max value from RGB is 118 - color contains mainly: green. Hex color #307660 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #307660 is #CF899F. Grayscale: #5E5E5E. Windows color (decimal): -13601184 or 6321712. OLE color: 6321712.

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

Color convert

RGB4811896-
CMYK0.5900.190.54
HSL161.14º42.17%32.55%-
HSV(B)161.14º59.32%46.27%-
XYZ9.8114.4313.33-
YUV94.56128.8194.79-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 18.32%
GREEN value IS 118 (46.48% from 255) = 45.04%
BLUE value IS 96 (37.89% from 255) = 36.64%
R=18.32%
G=45.04%
B=36.64%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal48118960.5900.190.54161.1442.1732.55
Hex3076603B01336a12a21
Octal6016614073023662415241
Binary1100001110110110000011101101001111011010100001101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #307660; }

 p { color: rgb(48,118,96); }

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

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

 a { background-color: rgb(48,118,96); }

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

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

 span { border-color: rgb(48,118,96); }

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