#306B65

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

Shades of Genoa #306B65

Tints of Genoa #306B65

Color information

#306B65 (or 0x306B65) is unknown color: approx Genoa. HEX triplet: 30, 6B and 65. RGB value is (48,107,101). Sum of RGB (Red+Green+Blue) = 48+107+101=256 (33% of max value = 765). Red value is 48 (19.14% from 255 or 18.75% from 256); Green value is 107 (42.19% from 255 or 41.80% from 256); Blue value is 101 (39.84% from 255 or 39.45% from 256); Max value from RGB is 107 - color contains mainly: green. Hex color #306B65 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #306B65 is #CF949A. Grayscale: #585858. Windows color (decimal): -13603995 or 6646576. OLE color: 6646576.

HSL color Cylindrical-coordinate representation of color #306B65: hue angle of 173.9º degrees, saturation: 0.38, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #306B65 is Cyan = 0.55, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.58.

Color convert

RGB48107101-
CMYK0.5500.060.58
HSL173.9º38.06%30.39%-
HSV(B)173.9º55.14%41.96%-
XYZ8.8312.0814.18-
YUV88.68134.9598.99-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 18.75%
GREEN value IS 107 (42.19% from 255) = 41.80%
BLUE value IS 101 (39.84% from 255) = 39.45%
R=18.75%
G=41.80%
B=39.45%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal481071010.5500.060.58173.938.0630.39
Hex306B6537063Aae261e
Octal601531456706722564636
Binary1100001101011110010111011101101110101010111010011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #306B65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #306B65; }

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

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

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

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

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

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

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

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