#307561

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

Shades of Genoa #307561

Tints of Genoa #307561

Color information

#307561 (or 0x307561) is unknown color: approx Genoa. HEX triplet: 30, 75 and 61. RGB value is (48,117,97). Sum of RGB (Red+Green+Blue) = 48+117+97=262 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.32% from 262); Green value is 117 (46.09% from 255 or 44.66% from 262); Blue value is 97 (38.28% from 255 or 37.02% from 262); Max value from RGB is 117 - color contains mainly: green. Hex color #307561 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #307561 is #CF8A9E. Grayscale: #5E5E5E. Windows color (decimal): -13601439 or 6386992. OLE color: 6386992.

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

Color convert

RGB4811797-
CMYK0.5900.170.54
HSL162.61º41.82%32.35%-
HSV(B)162.61º58.97%45.88%-
XYZ9.7414.2113.54-
YUV94.09129.6495.13-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 18.32%
GREEN value IS 117 (46.09% from 255) = 44.66%
BLUE value IS 97 (38.28% from 255) = 37.02%
R=18.32%
G=44.66%
B=37.02%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal48117970.5900.170.54162.6141.8232.35
Hex3075613B01136a32a20
Octal6016514173021662435240
Binary1100001110101110000111101101000111011010100011101010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #307561; }

 p { color: rgb(48,117,97); }

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

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

 a { background-color: rgb(48,117,97); }

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

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

 span { border-color: rgb(48,117,97); }

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