#398175

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

Shades of Genoa #398175

Tints of Genoa #398175

Color information

#398175 (or 0x398175) is unknown color: approx Genoa. HEX triplet: 39, 81 and 75. RGB value is (57,129,117). Sum of RGB (Red+Green+Blue) = 57+129+117=303 (40% of max value = 765). Red value is 57 (22.66% from 255 or 18.81% from 303); Green value is 129 (50.78% from 255 or 42.57% from 303); Blue value is 117 (46.09% from 255 or 38.61% from 303); Max value from RGB is 129 - color contains mainly: green. Hex color #398175 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #398175 is #C67E8A. Grayscale: #6A6A6A. Windows color (decimal): -13008523 or 7700793. OLE color: 7700793.

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

Color convert

RGB57129117-
CMYK0.5600.090.49
HSL170º38.71%36.47%-
HSV(B)170º55.81%50.59%-
XYZ12.7517.8519.6-
YUV106.1134.1592.98-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 18.81%
GREEN value IS 129 (50.78% from 255) = 42.57%
BLUE value IS 117 (46.09% from 255) = 38.61%
R=18.81%
G=42.57%
B=38.61%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal571291170.5600.090.4917038.7136.47
Hex398175380931aa2724
Octal7120116570011612524744
Binary1110011000000111101011110000100111000110101010100111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #398175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #398175; }

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

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

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

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

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

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

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

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