#338175

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

Shades of Genoa #338175

Tints of Genoa #338175

Color information

#338175 (or 0x338175) is unknown color: approx Genoa. HEX triplet: 33, 81 and 75. RGB value is (51,129,117). Sum of RGB (Red+Green+Blue) = 51+129+117=297 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17.17% from 297); Green value is 129 (50.78% from 255 or 43.43% from 297); Blue value is 117 (46.09% from 255 or 39.39% from 297); Max value from RGB is 129 - color contains mainly: green. Hex color #338175 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #338175 is #CC7E8A. Grayscale: #686868. Windows color (decimal): -13401739 or 7700787. OLE color: 7700787.

HSL color Cylindrical-coordinate representation of color #338175: hue angle of 170.77º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #338175 is Cyan = 0.60, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.49.

Color convert

RGB51129117-
CMYK0.6000.090.49
HSL170.77º43.33%35.29%-
HSV(B)170.77º60.47%50.59%-
XYZ12.4317.6919.59-
YUV104.31135.1689.98-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 17.17%
GREEN value IS 129 (50.78% from 255) = 43.43%
BLUE value IS 117 (46.09% from 255) = 39.39%
R=17.17%
G=43.43%
B=39.39%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal511291170.6000.090.49170.7743.3335.29
Hex3381753C0931ab2b23
Octal6320116574011612535343
Binary1100111000000111101011111000100111000110101011101011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #338175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #338175; }

 p { color: rgb(51,129,117); }

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

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

 a { background-color: rgb(51,129,117); }

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

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

 span { border-color: rgb(51,129,117); }

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