#306C64

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

Shades of Genoa #306C64

Tints of Genoa #306C64

Color information

#306C64 (or 0x306C64) is unknown color: approx Genoa. HEX triplet: 30, 6C and 64. RGB value is (48,108,100). Sum of RGB (Red+Green+Blue) = 48+108+100=256 (33% of max value = 765). Red value is 48 (19.14% from 255 or 18.75% from 256); Green value is 108 (42.58% from 255 or 42.19% from 256); Blue value is 100 (39.45% from 255 or 39.06% from 256); Max value from RGB is 108 - color contains mainly: green. Hex color #306C64 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #306C64 is #CF939B. Grayscale: #595959. Windows color (decimal): -13603740 or 6581296. OLE color: 6581296.

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

Color convert

RGB48108100-
CMYK0.5600.070.58
HSL172º38.46%30.59%-
HSV(B)172º55.56%42.35%-
XYZ8.8812.2713.96-
YUV89.15134.1298.65-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 18.75%
GREEN value IS 108 (42.58% from 255) = 42.19%
BLUE value IS 100 (39.45% from 255) = 39.06%
R=18.75%
G=42.19%
B=39.06%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal481081000.5600.070.5817238.4630.59
Hex306C6438073Aac261f
Octal601541447007722544637
Binary1100001101100110010011100001111110101010110010011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #306C64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,108,100); }

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

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

 a { background-color: rgb(48,108,100); }

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

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

 span { border-color: rgb(48,108,100); }

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