#338373

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

Shades of Genoa #338373

Tints of Genoa #338373

Color information

#338373 (or 0x338373) is unknown color: approx Genoa. HEX triplet: 33, 83 and 73. RGB value is (51,131,115). Sum of RGB (Red+Green+Blue) = 51+131+115=297 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17.17% from 297); Green value is 131 (51.56% from 255 or 44.11% from 297); Blue value is 115 (45.31% from 255 or 38.72% from 297); Max value from RGB is 131 - color contains mainly: green. Hex color #338373 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #338373 is #CC7C8C. Grayscale: #696969. Windows color (decimal): -13401229 or 7570227. OLE color: 7570227.

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

Color convert

RGB51131115-
CMYK0.6100.120.49
HSL168º43.96%35.69%-
HSV(B)168º61.07%51.37%-
XYZ12.5818.1719.06-
YUV105.26133.589.3-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 17.17%
GREEN value IS 131 (51.56% from 255) = 44.11%
BLUE value IS 115 (45.31% from 255) = 38.72%
R=17.17%
G=44.11%
B=38.72%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal511311150.6100.120.4916843.9635.69
Hex3383733D0C31a82c24
Octal6320316375014612505444
Binary1100111000001111100111111010110011000110101000101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #338373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #338373; }

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

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

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

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

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

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

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

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