#398275

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

Shades of Genoa #398275

Tints of Genoa #398275

Color information

#398275 (or 0x398275) is unknown color: approx Genoa. HEX triplet: 39, 82 and 75. RGB value is (57,130,117). Sum of RGB (Red+Green+Blue) = 57+130+117=304 (40% of max value = 765). Red value is 57 (22.66% from 255 or 18.75% from 304); Green value is 130 (51.17% from 255 or 42.76% from 304); Blue value is 117 (46.09% from 255 or 38.49% from 304); Max value from RGB is 130 - color contains mainly: green. Hex color #398275 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #398275 is #C67D8A. Grayscale: #6A6A6A. Windows color (decimal): -13008267 or 7701049. OLE color: 7701049.

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

Color convert

RGB57130117-
CMYK0.5600.10.49
HSL169.32º39.04%36.67%-
HSV(B)169.32º56.15%50.98%-
XYZ12.8818.1219.65-
YUV106.69133.8292.56-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 18.75%
GREEN value IS 130 (51.17% from 255) = 42.76%
BLUE value IS 117 (46.09% from 255) = 38.49%
R=18.75%
G=42.76%
B=38.49%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.1
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal571301170.5600.10.49169.3239.0436.67
Hex398275380A31a92725
Octal7120216570012612514745
Binary1110011000001011101011110000101011000110101001100111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #398275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #398275; }

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

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

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

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

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

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

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

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