#338878

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

Shades of Genoa #338878

Tints of Genoa #338878

Color information

#338878 (or 0x338878) is unknown color: approx Genoa. HEX triplet: 33, 88 and 78. RGB value is (51,136,120). Sum of RGB (Red+Green+Blue) = 51+136+120=307 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.61% from 307); Green value is 136 (53.52% from 255 or 44.30% from 307); Blue value is 120 (47.27% from 255 or 39.09% from 307); Max value from RGB is 136 - color contains mainly: green. Hex color #338878 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #338878 is #CC7787. Grayscale: #6C6C6C. Windows color (decimal): -13399944 or 7899187. OLE color: 7899187.

HSL color Cylindrical-coordinate representation of color #338878: hue angle of 168.71º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #338878 is Cyan = 0.62, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.47.

Color convert

RGB51136120-
CMYK0.6200.120.47
HSL168.71º45.45%36.67%-
HSV(B)168.71º62.5%53.33%-
XYZ13.5619.6720.85-
YUV108.76134.3486.8-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 16.61%
GREEN value IS 136 (53.52% from 255) = 44.30%
BLUE value IS 120 (47.27% from 255) = 39.09%
R=16.61%
G=44.30%
B=39.09%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal511361200.6200.120.47168.7145.4536.67
Hex3388783E0C2Fa92d25
Octal6321017076014572515545
Binary1100111000100011110001111100110010111110101001101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #338878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #338878; }

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

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

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

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

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

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

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

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