#307762

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

Shades of Genoa #307762

Tints of Genoa #307762

Color information

#307762 (or 0x307762) is unknown color: approx Genoa. HEX triplet: 30, 77 and 62. RGB value is (48,119,98). Sum of RGB (Red+Green+Blue) = 48+119+98=265 (35% of max value = 765). Red value is 48 (19.14% from 255 or 18.11% from 265); Green value is 119 (46.88% from 255 or 44.91% from 265); Blue value is 98 (38.67% from 255 or 36.98% from 265); Max value from RGB is 119 - color contains mainly: green. Hex color #307762 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #307762 is #CF889D. Grayscale: #5F5F5F. Windows color (decimal): -13600926 or 6453040. OLE color: 6453040.

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

Color convert

RGB4811998-
CMYK0.6000.180.53
HSL162.25º42.51%32.75%-
HSV(B)162.25º59.66%46.67%-
XYZ10.0214.713.87-
YUV95.38129.4894.21-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 18.11%
GREEN value IS 119 (46.88% from 255) = 44.91%
BLUE value IS 98 (38.67% from 255) = 36.98%
R=18.11%
G=44.91%
B=36.98%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal48119980.6000.180.53162.2542.5132.75
Hex3077623C01235a22b21
Octal6016714274022652425341
Binary1100001110111110001011110001001011010110100010101011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307762

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #307762; }

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

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

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

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

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

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

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

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