#307769

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

Shades of Genoa #307769

Tints of Genoa #307769

Color information

#307769 (or 0x307769) is unknown color: approx Genoa. HEX triplet: 30, 77 and 69. RGB value is (48,119,105). Sum of RGB (Red+Green+Blue) = 48+119+105=272 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.65% from 272); Green value is 119 (46.88% from 255 or 43.75% from 272); Blue value is 105 (41.41% from 255 or 38.60% from 272); Max value from RGB is 119 - color contains mainly: green. Hex color #307769 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #307769 is #CF8896. Grayscale: #606060. Windows color (decimal): -13600919 or 6911792. OLE color: 6911792.

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

Color convert

RGB48119105-
CMYK0.6000.120.53
HSL168.17º42.51%32.75%-
HSV(B)168.17º59.66%46.67%-
XYZ10.3714.8415.68-
YUV96.18132.9893.64-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 17.65%
GREEN value IS 119 (46.88% from 255) = 43.75%
BLUE value IS 105 (41.41% from 255) = 38.60%
R=17.65%
G=43.75%
B=38.60%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal481191050.6000.120.53168.1742.5132.75
Hex3077693C0C35a82b21
Octal6016715174014652505341
Binary110000111011111010011111000110011010110101000101011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #307769; }

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

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

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

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

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

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

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

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