#30776F

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

Shades of Genoa #30776F

Tints of Genoa #30776F

Color information

#30776F (or 0x30776F) is unknown color: approx Genoa. HEX triplet: 30, 77 and 6F. RGB value is (48,119,111). Sum of RGB (Red+Green+Blue) = 48+119+111=278 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.27% from 278); Green value is 119 (46.88% from 255 or 42.81% from 278); Blue value is 111 (43.75% from 255 or 39.93% from 278); Max value from RGB is 119 - color contains mainly: green. Hex color #30776F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30776F is #CF8890. Grayscale: #606060. Windows color (decimal): -13600913 or 7305008. OLE color: 7305008.

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

Color convert

RGB48119111-
CMYK0.6000.070.53
HSL173.24º42.51%32.75%-
HSV(B)173.24º59.66%46.67%-
XYZ10.6814.9717.37-
YUV96.86135.9893.15-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 17.27%
GREEN value IS 119 (46.88% from 255) = 42.81%
BLUE value IS 111 (43.75% from 255) = 39.93%
R=17.27%
G=42.81%
B=39.93%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal481191110.6000.070.53173.2442.5132.75
Hex30776F3C0735ad2b21
Octal601671577407652555341
Binary11000011101111101111111100011111010110101101101011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30776F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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