#25786C

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

Shades of Genoa #25786C

Tints of Genoa #25786C

Color information

#25786C (or 0x25786C) is unknown color: approx Genoa. HEX triplet: 25, 78 and 6C. RGB value is (37,120,108). Sum of RGB (Red+Green+Blue) = 37+120+108=265 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.96% from 265); Green value is 120 (47.27% from 255 or 45.28% from 265); Blue value is 108 (42.58% from 255 or 40.75% from 265); Max value from RGB is 120 - color contains mainly: green. Hex color #25786C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #25786C is #DA8793. Grayscale: #5D5D5D. Windows color (decimal): -14321556 or 7108645. OLE color: 7108645.

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

Color convert

RGB37120108-
CMYK0.6900.100.53
HSL171.33º52.87%30.78%-
HSV(B)171.33º69.17%47.06%-
XYZ10.1914.9116.53-
YUV93.8213687.48-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 13.96%
GREEN value IS 120 (47.27% from 255) = 45.28%
BLUE value IS 108 (42.58% from 255) = 40.75%
R=13.96%
G=45.28%
B=40.75%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal371201080.6900.100.53171.3352.8730.78
Hex25786C450A35ab351f
Octal45170154105012652536537
Binary100101111100011011001000101010101101011010101111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25786C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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