#338876

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

Shades of Genoa #338876

Tints of Genoa #338876

Color information

#338876 (or 0x338876) is unknown color: approx Genoa. HEX triplet: 33, 88 and 76. RGB value is (51,136,118). Sum of RGB (Red+Green+Blue) = 51+136+118=305 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.72% from 305); Green value is 136 (53.52% from 255 or 44.59% from 305); Blue value is 118 (46.48% from 255 or 38.69% from 305); Max value from RGB is 136 - color contains mainly: green. Hex color #338876 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #338876 is #CC7789. Grayscale: #6C6C6C. Windows color (decimal): -13399946 or 7768115. OLE color: 7768115.

HSL color Cylindrical-coordinate representation of color #338876: hue angle of 167.29º 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 #338876 is Cyan = 0.62, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.47.

Color convert

RGB51136118-
CMYK0.6200.130.47
HSL167.29º45.45%36.67%-
HSV(B)167.29º62.5%53.33%-
XYZ13.4419.6220.22-
YUV108.53133.3486.96-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 16.72%
GREEN value IS 136 (53.52% from 255) = 44.59%
BLUE value IS 118 (46.48% from 255) = 38.69%
R=16.72%
G=44.59%
B=38.69%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal511361180.6200.130.47167.2945.4536.67
Hex3388763E0D2Fa72d25
Octal6321016676015572475545
Binary1100111000100011101101111100110110111110100111101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #338876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #338876; }

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

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

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

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

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

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

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

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