#307669

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

Shades of Genoa #307669

Tints of Genoa #307669

Color information

#307669 (or 0x307669) is unknown color: approx Genoa. HEX triplet: 30, 76 and 69. RGB value is (48,118,105). Sum of RGB (Red+Green+Blue) = 48+118+105=271 (35% of max value = 765). Red value is 48 (19.14% from 255 or 17.71% from 271); Green value is 118 (46.48% from 255 or 43.54% from 271); Blue value is 105 (41.41% from 255 or 38.75% from 271); Max value from RGB is 118 - color contains mainly: green. Hex color #307669 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #307669 is #CF8996. Grayscale: #5F5F5F. Windows color (decimal): -13601175 or 6911536. OLE color: 6911536.

HSL color Cylindrical-coordinate representation of color #307669: hue angle of 168.86º 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 #307669 is Cyan = 0.59, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.54.

Color convert

RGB48118105-
CMYK0.5900.110.54
HSL168.86º42.17%32.55%-
HSV(B)168.86º59.32%46.27%-
XYZ10.2514.6115.64-
YUV95.59133.3194.06-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 17.71%
GREEN value IS 118 (46.48% from 255) = 43.54%
BLUE value IS 105 (41.41% from 255) = 38.75%
R=17.71%
G=43.54%
B=38.75%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal481181050.5900.110.54168.8642.1732.55
Hex3076693B0B36a92a21
Octal6016615173013662515241
Binary110000111011011010011110110101111011010101001101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #307669; }

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

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

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

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

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

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

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

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