#338473

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

Shades of Genoa #338473

Tints of Genoa #338473

Color information

#338473 (or 0x338473) is unknown color: approx Genoa. HEX triplet: 33, 84 and 73. RGB value is (51,132,115). Sum of RGB (Red+Green+Blue) = 51+132+115=298 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17.11% from 298); Green value is 132 (51.95% from 255 or 44.30% from 298); Blue value is 115 (45.31% from 255 or 38.59% from 298); Max value from RGB is 132 - color contains mainly: green. Hex color #338473 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #338473 is #CC7B8C. Grayscale: #696969. Windows color (decimal): -13400973 or 7570483. OLE color: 7570483.

HSL color Cylindrical-coordinate representation of color #338473: hue angle of 167.41º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #338473 is Cyan = 0.61, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.48.

Color convert

RGB51132115-
CMYK0.6100.130.48
HSL167.41º44.26%35.88%-
HSV(B)167.41º61.36%51.76%-
XYZ12.7118.4419.11-
YUV105.84133.1688.88-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 17.11%
GREEN value IS 132 (51.95% from 255) = 44.30%
BLUE value IS 115 (45.31% from 255) = 38.59%
R=17.11%
G=44.30%
B=38.59%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal511321150.6100.130.48167.4144.2635.88
Hex3384733D0D30a72c24
Octal6320416375015602475444
Binary1100111000010011100111111010110111000010100111101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #338473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #338473; }

 p { color: rgb(51,132,115); }

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

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

 a { background-color: rgb(51,132,115); }

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

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

 span { border-color: rgb(51,132,115); }

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