#306C6A

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

Shades of Genoa #306C6A

Tints of Genoa #306C6A

Color information

#306C6A (or 0x306C6A) is unknown color: approx Genoa. HEX triplet: 30, 6C and 6A. RGB value is (48,108,106). Sum of RGB (Red+Green+Blue) = 48+108+106=262 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.32% from 262); Green value is 108 (42.58% from 255 or 41.22% from 262); Blue value is 106 (41.80% from 255 or 40.46% from 262); Max value from RGB is 108 - color contains mainly: green. Hex color #306C6A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #306C6A is #CF9395. Grayscale: #595959. Windows color (decimal): -13603734 or 6974512. OLE color: 6974512.

HSL color Cylindrical-coordinate representation of color #306C6A: hue angle of 178º 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 #306C6A is Cyan = 0.56, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.58.

Color convert

RGB48108106-
CMYK0.5600.020.58
HSL178º38.46%30.59%-
HSV(B)178º55.56%42.35%-
XYZ9.1812.3915.54-
YUV89.83137.1298.16-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 18.32%
GREEN value IS 108 (42.58% from 255) = 41.22%
BLUE value IS 106 (41.80% from 255) = 40.46%
R=18.32%
G=41.22%
B=40.46%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal481081060.5600.020.5817838.4630.59
Hex306C6A38023Ab2261f
Octal601541527002722624637
Binary110000110110011010101110000101110101011001010011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #306C6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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