#25756B

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

Shades of Genoa #25756B

Tints of Genoa #25756B

Color information

#25756B (or 0x25756B) is unknown color: approx Genoa. HEX triplet: 25, 75 and 6B. RGB value is (37,117,107). Sum of RGB (Red+Green+Blue) = 37+117+107=261 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.18% from 261); Green value is 117 (46.09% from 255 or 44.83% from 261); Blue value is 107 (42.19% from 255 or 41.00% from 261); Max value from RGB is 117 - color contains mainly: green. Hex color #25756B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #25756B is #DA8A94. Grayscale: #5B5B5B. Windows color (decimal): -14322325 or 7042341. OLE color: 7042341.

HSL color Cylindrical-coordinate representation of color #25756B: hue angle of 172.5º 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 #25756B is Cyan = 0.68, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.54.

Color convert

RGB37117107-
CMYK0.6800.090.54
HSL172.5º51.95%30.2%-
HSV(B)172.5º68.38%45.88%-
XYZ9.7814.1816.13-
YUV91.94136.588.81-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 14.18%
GREEN value IS 117 (46.09% from 255) = 44.83%
BLUE value IS 107 (42.19% from 255) = 41.00%
R=14.18%
G=44.83%
B=41.00%

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
Decimal371171070.6800.090.54172.551.9530.2
Hex25756B440936ac341e
Octal45165153104011662546436
Binary100101111010111010111000100010011101101010110011010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25756B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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