#338877

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

Shades of Genoa #338877

Tints of Genoa #338877

Color information

#338877 (or 0x338877) is unknown color: approx Genoa. HEX triplet: 33, 88 and 77. RGB value is (51,136,119). Sum of RGB (Red+Green+Blue) = 51+136+119=306 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.67% from 306); Green value is 136 (53.52% from 255 or 44.44% from 306); Blue value is 119 (46.88% from 255 or 38.89% from 306); Max value from RGB is 136 - color contains mainly: green. Hex color #338877 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #338877 is #CC7788. Grayscale: #6C6C6C. Windows color (decimal): -13399945 or 7833651. OLE color: 7833651.

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

Color convert

RGB51136119-
CMYK0.6200.120.47
HSL168º45.45%36.67%-
HSV(B)168º62.5%53.33%-
XYZ13.519.6420.53-
YUV108.65133.8486.88-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 16.67%
GREEN value IS 136 (53.52% from 255) = 44.44%
BLUE value IS 119 (46.88% from 255) = 38.89%
R=16.67%
G=44.44%
B=38.89%

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
Decimal511361190.6200.120.4716845.4536.67
Hex3388773E0C2Fa82d25
Octal6321016776014572505545
Binary1100111000100011101111111100110010111110101000101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #338877

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #338877; }

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

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

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

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

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

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

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

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