#257969

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

Shades of Genoa #257969

Tints of Genoa #257969

Color information

#257969 (or 0x257969) is unknown color: approx Genoa. HEX triplet: 25, 79 and 69. RGB value is (37,121,105). Sum of RGB (Red+Green+Blue) = 37+121+105=263 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.07% from 263); Green value is 121 (47.66% from 255 or 46.01% from 263); Blue value is 105 (41.41% from 255 or 39.92% from 263); Max value from RGB is 121 - color contains mainly: green. Hex color #257969 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #257969 is #DA8696. Grayscale: #5E5E5E. Windows color (decimal): -14321303 or 6912293. OLE color: 6912293.

HSL color Cylindrical-coordinate representation of color #257969: hue angle of 168.57º degrees, saturation: 0.53, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #257969 is Cyan = 0.69, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.53.

Color convert

RGB37121105-
CMYK0.6900.130.53
HSL168.57º53.16%30.98%-
HSV(B)168.57º69.42%47.45%-
XYZ10.1515.0915.74-
YUV94.06134.1787.3-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 14.07%
GREEN value IS 121 (47.66% from 255) = 46.01%
BLUE value IS 105 (41.41% from 255) = 39.92%
R=14.07%
G=46.01%
B=39.92%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal371211050.6900.130.53168.5753.1630.98
Hex257969450D35a9351f
Octal45171151105015652516537
Binary100101111100111010011000101011011101011010100111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #257969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #257969; }

 p { color: rgb(37,121,105); }

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

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

 a { background-color: rgb(37,121,105); }

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

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

 span { border-color: rgb(37,121,105); }

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