#30776C

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

Shades of Genoa #30776C

Tints of Genoa #30776C

Color information

#30776C (or 0x30776C) is unknown color: approx Genoa. HEX triplet: 30, 77 and 6C. RGB value is (48,119,108). Sum of RGB (Red+Green+Blue) = 48+119+108=275 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.45% from 275); Green value is 119 (46.88% from 255 or 43.27% from 275); Blue value is 108 (42.58% from 255 or 39.27% from 275); Max value from RGB is 119 - color contains mainly: green. Hex color #30776C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30776C is #CF8893. Grayscale: #606060. Windows color (decimal): -13600916 or 7108400. OLE color: 7108400.

HSL color Cylindrical-coordinate representation of color #30776C: hue angle of 170.7º 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 #30776C is Cyan = 0.60, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.53.

Color convert

RGB48119108-
CMYK0.6000.090.53
HSL170.7º42.51%32.75%-
HSV(B)170.7º59.66%46.67%-
XYZ10.5214.916.51-
YUV96.52134.4893.39-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 17.45%
GREEN value IS 119 (46.88% from 255) = 43.27%
BLUE value IS 108 (42.58% from 255) = 39.27%
R=17.45%
G=43.27%
B=39.27%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal481191080.6000.090.53170.742.5132.75
Hex30776C3C0935ab2b21
Octal6016715474011652535341
Binary110000111011111011001111000100111010110101011101011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30776C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30776C; }

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

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

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

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

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

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

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

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