#25786A

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

Shades of Genoa #25786A

Tints of Genoa #25786A

Color information

#25786A (or 0x25786A) is unknown color: approx Genoa. HEX triplet: 25, 78 and 6A. RGB value is (37,120,106). Sum of RGB (Red+Green+Blue) = 37+120+106=263 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.07% from 263); Green value is 120 (47.27% from 255 or 45.63% from 263); Blue value is 106 (41.80% from 255 or 40.30% from 263); Max value from RGB is 120 - color contains mainly: green. Hex color #25786A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #25786A is #DA8795. Grayscale: #5D5D5D. Windows color (decimal): -14321558 or 6977573. OLE color: 6977573.

HSL color Cylindrical-coordinate representation of color #25786A: hue angle of 169.88º 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 #25786A is Cyan = 0.69, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.53.

Color convert

RGB37120106-
CMYK0.6900.120.53
HSL169.88º52.87%30.78%-
HSV(B)169.88º69.17%47.06%-
XYZ10.0814.8715.97-
YUV93.5913587.64-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 14.07%
GREEN value IS 120 (47.27% from 255) = 45.63%
BLUE value IS 106 (41.80% from 255) = 40.30%
R=14.07%
G=45.63%
B=40.30%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal371201060.6900.120.53169.8852.8730.78
Hex25786A450C35aa351f
Octal45170152105014652526537
Binary100101111100011010101000101011001101011010101011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25786A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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