#257265

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

Shades of Genoa #257265

Tints of Genoa #257265

Color information

#257265 (or 0x257265) is unknown color: approx Genoa. HEX triplet: 25, 72 and 65. RGB value is (37,114,101). Sum of RGB (Red+Green+Blue) = 37+114+101=252 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.68% from 252); Green value is 114 (44.92% from 255 or 45.24% from 252); Blue value is 101 (39.84% from 255 or 40.08% from 252); Max value from RGB is 114 - color contains mainly: green. Hex color #257265 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #257265 is #DA8D9A. Grayscale: #595959. Windows color (decimal): -14323099 or 6648357. OLE color: 6648357.

HSL color Cylindrical-coordinate representation of color #257265: hue angle of 169.87º degrees, saturation: 0.51, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #257265 is Cyan = 0.68, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.55.

Color convert

RGB37114101-
CMYK0.6800.110.55
HSL169.87º50.99%29.61%-
HSV(B)169.87º67.54%44.71%-
XYZ9.1313.3714.41-
YUV89.49134.4990.56-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 14.68%
GREEN value IS 114 (44.92% from 255) = 45.24%
BLUE value IS 101 (39.84% from 255) = 40.08%
R=14.68%
G=45.24%
B=40.08%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal371141010.6800.110.55169.8750.9929.61
Hex257265440B37aa331e
Octal45162145104013672526336
Binary100101111001011001011000100010111101111010101011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #257265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #257265; }

 p { color: rgb(37,114,101); }

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

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

 a { background-color: rgb(37,114,101); }

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

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

 span { border-color: rgb(37,114,101); }

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