#25756A

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

Shades of Genoa #25756A

Tints of Genoa #25756A

Color information

#25756A (or 0x25756A) is unknown color: approx Genoa. HEX triplet: 25, 75 and 6A. RGB value is (37,117,106). Sum of RGB (Red+Green+Blue) = 37+117+106=260 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.23% from 260); Green value is 117 (46.09% from 255 or 45% from 260); Blue value is 106 (41.80% from 255 or 40.77% from 260); Max value from RGB is 117 - color contains mainly: green. Hex color #25756A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #25756A is #DA8A95. Grayscale: #5B5B5B. Windows color (decimal): -14322326 or 6976805. OLE color: 6976805.

HSL color Cylindrical-coordinate representation of color #25756A: hue angle of 171.75º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #25756A is Cyan = 0.68, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.54.

Color convert

RGB37117106-
CMYK0.6800.090.54
HSL171.75º51.95%30.2%-
HSV(B)171.75º68.38%45.88%-
XYZ9.7314.1615.86-
YUV91.8313688.89-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 14.23%
GREEN value IS 117 (46.09% from 255) = 45%
BLUE value IS 106 (41.80% from 255) = 40.77%
R=14.23%
G=45%
B=40.77%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal371171060.6800.090.54171.7551.9530.2
Hex25756A440936ac341e
Octal45165152104011662546436
Binary100101111010111010101000100010011101101010110011010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25756A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25756A; }

 p { color: rgb(37,117,106); }

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

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

 a { background-color: rgb(37,117,106); }

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

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

 span { border-color: rgb(37,117,106); }

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