#257164

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

Shades of Genoa #257164

Tints of Genoa #257164

Color information

#257164 (or 0x257164) is unknown color: approx Genoa. HEX triplet: 25, 71 and 64. RGB value is (37,113,100). Sum of RGB (Red+Green+Blue) = 37+113+100=250 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.8% from 250); Green value is 113 (44.53% from 255 or 45.2% from 250); Blue value is 100 (39.45% from 255 or 40% from 250); Max value from RGB is 113 - color contains mainly: green. Hex color #257164 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #257164 is #DA8E9B. Grayscale: #585858. Windows color (decimal): -14323356 or 6582565. OLE color: 6582565.

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

Color convert

RGB37113100-
CMYK0.6700.120.56
HSL169.74º50.67%29.41%-
HSV(B)169.74º67.26%44.31%-
XYZ8.9713.1214.12-
YUV88.79134.3291.06-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 14.8%
GREEN value IS 113 (44.53% from 255) = 45.2%
BLUE value IS 100 (39.45% from 255) = 40%
R=14.8%
G=45.2%
B=40%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal371131000.6700.120.56169.7450.6729.41
Hex257164430C38aa331d
Octal45161144103014702526335
Binary100101111000111001001000011011001110001010101011001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #257164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #257164; }

 p { color: rgb(37,113,100); }

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

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

 a { background-color: rgb(37,113,100); }

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

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

 span { border-color: rgb(37,113,100); }

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