#398075

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

Shades of Genoa #398075

Tints of Genoa #398075

Color information

#398075 (or 0x398075) is unknown color: approx Genoa. HEX triplet: 39, 80 and 75. RGB value is (57,128,117). Sum of RGB (Red+Green+Blue) = 57+128+117=302 (40% of max value = 765). Red value is 57 (22.66% from 255 or 18.87% from 302); Green value is 128 (50.39% from 255 or 42.38% from 302); Blue value is 117 (46.09% from 255 or 38.74% from 302); Max value from RGB is 128 - color contains mainly: green. Hex color #398075 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #398075 is #C67F8A. Grayscale: #696969. Windows color (decimal): -13008779 or 7700537. OLE color: 7700537.

HSL color Cylindrical-coordinate representation of color #398075: hue angle of 170.7º degrees, saturation: 0.38, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #398075 is Cyan = 0.55, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.50.

Color convert

RGB57128117-
CMYK0.5500.090.50
HSL170.7º38.38%36.27%-
HSV(B)170.7º55.47%50.2%-
XYZ12.6217.5919.56-
YUV105.52134.4893.39-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 18.87%
GREEN value IS 128 (50.39% from 255) = 42.38%
BLUE value IS 117 (46.09% from 255) = 38.74%
R=18.87%
G=42.38%
B=38.74%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal571281170.5500.090.50170.738.3836.27
Hex398075370932ab2624
Octal7120016567011622534644
Binary1110011000000011101011101110100111001010101011100110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #398075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #398075; }

 p { color: rgb(57,128,117); }

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

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

 a { background-color: rgb(57,128,117); }

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

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

 span { border-color: rgb(57,128,117); }

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