#338979

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

Shades of Genoa #338979

Tints of Genoa #338979

Color information

#338979 (or 0x338979) is unknown color: approx Genoa. HEX triplet: 33, 89 and 79. RGB value is (51,137,121). Sum of RGB (Red+Green+Blue) = 51+137+121=309 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.50% from 309); Green value is 137 (53.91% from 255 or 44.34% from 309); Blue value is 121 (47.66% from 255 or 39.16% from 309); Max value from RGB is 137 - color contains mainly: green. Hex color #338979 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #338979 is #CC7686. Grayscale: #6D6D6D. Windows color (decimal): -13399687 or 7964979. OLE color: 7964979.

HSL color Cylindrical-coordinate representation of color #338979: hue angle of 168.84º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #338979 is Cyan = 0.63, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.46.

Color convert

RGB51137121-
CMYK0.6300.120.46
HSL168.84º45.74%36.86%-
HSV(B)168.84º62.77%53.73%-
XYZ13.7619.9821.22-
YUV109.46134.5186.3-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 16.50%
GREEN value IS 137 (53.91% from 255) = 44.34%
BLUE value IS 121 (47.66% from 255) = 39.16%
R=16.50%
G=44.34%
B=39.16%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal511371210.6300.120.46168.8445.7436.86
Hex3389793F0C2Ea92e25
Octal6321117177014562515645
Binary1100111000100111110011111110110010111010101001101110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #338979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #338979; }

 p { color: rgb(51,137,121); }

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

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

 a { background-color: rgb(51,137,121); }

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

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

 span { border-color: rgb(51,137,121); }

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