#338978

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

Shades of Genoa #338978

Tints of Genoa #338978

Color information

#338978 (or 0x338978) is unknown color: approx Genoa. HEX triplet: 33, 89 and 78. RGB value is (51,137,120). Sum of RGB (Red+Green+Blue) = 51+137+120=308 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.56% from 308); Green value is 137 (53.91% from 255 or 44.48% from 308); Blue value is 120 (47.27% from 255 or 38.96% from 308); Max value from RGB is 137 - color contains mainly: green. Hex color #338978 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #338978 is #CC7687. Grayscale: #6D6D6D. Windows color (decimal): -13399688 or 7899443. OLE color: 7899443.

HSL color Cylindrical-coordinate representation of color #338978: hue angle of 168.14º 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 #338978 is Cyan = 0.63, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.46.

Color convert

RGB51137120-
CMYK0.6300.120.46
HSL168.14º45.74%36.86%-
HSV(B)168.14º62.77%53.73%-
XYZ13.719.9520.9-
YUV109.35134.0186.38-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 16.56%
GREEN value IS 137 (53.91% from 255) = 44.48%
BLUE value IS 120 (47.27% from 255) = 38.96%
R=16.56%
G=44.48%
B=38.96%

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
Decimal511371200.6300.120.46168.1445.7436.86
Hex3389783F0C2Ea82e25
Octal6321117077014562505645
Binary1100111000100111110001111110110010111010101000101110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #338978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #338978; }

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

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

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

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

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

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

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

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