#306D64

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

Shades of Genoa #306D64

Tints of Genoa #306D64

Color information

#306D64 (or 0x306D64) is unknown color: approx Genoa. HEX triplet: 30, 6D and 64. RGB value is (48,109,100). Sum of RGB (Red+Green+Blue) = 48+109+100=257 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.68% from 257); Green value is 109 (42.97% from 255 or 42.41% from 257); Blue value is 100 (39.45% from 255 or 38.91% from 257); Max value from RGB is 109 - color contains mainly: green. Hex color #306D64 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #306D64 is #CF929B. Grayscale: #595959. Windows color (decimal): -13603484 or 6581552. OLE color: 6581552.

HSL color Cylindrical-coordinate representation of color #306D64: hue angle of 171.15º degrees, saturation: 0.39, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #306D64 is Cyan = 0.56, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.57.

Color convert

RGB48109100-
CMYK0.5600.080.57
HSL171.15º38.85%30.78%-
HSV(B)171.15º55.96%42.75%-
XYZ8.9912.4913.99-
YUV89.74133.7998.23-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 18.68%
GREEN value IS 109 (42.97% from 255) = 42.41%
BLUE value IS 100 (39.45% from 255) = 38.91%
R=18.68%
G=42.41%
B=38.91%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal481091000.5600.080.57171.1538.8530.78
Hex306D64380839ab271f
Octal6015514470010712534737
Binary11000011011011100100111000010001110011010101110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #306D64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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