#307765

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

Shades of Genoa #307765

Tints of Genoa #307765

Color information

#307765 (or 0x307765) is unknown color: approx Genoa. HEX triplet: 30, 77 and 65. RGB value is (48,119,101). Sum of RGB (Red+Green+Blue) = 48+119+101=268 (35% of max value = 765). Red value is 48 (19.14% from 255 or 17.91% from 268); Green value is 119 (46.88% from 255 or 44.40% from 268); Blue value is 101 (39.84% from 255 or 37.69% from 268); Max value from RGB is 119 - color contains mainly: green. Hex color #307765 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #307765 is #CF889A. Grayscale: #5F5F5F. Windows color (decimal): -13600923 or 6649648. OLE color: 6649648.

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

Color convert

RGB48119101-
CMYK0.6000.150.53
HSL164.79º42.51%32.75%-
HSV(B)164.79º59.66%46.67%-
XYZ10.1614.7614.63-
YUV95.72130.9893.96-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 17.91%
GREEN value IS 119 (46.88% from 255) = 44.40%
BLUE value IS 101 (39.84% from 255) = 37.69%
R=17.91%
G=44.40%
B=37.69%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal481191010.6000.150.53164.7942.5132.75
Hex3077653C0F35a52b21
Octal6016714574017652455341
Binary110000111011111001011111000111111010110100101101011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307765

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #307765; }

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

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

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

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

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

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

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

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