#25806C

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

Shades of Genoa #25806C

Tints of Genoa #25806C

Color information

#25806C (or 0x25806C) is unknown color: approx Genoa. HEX triplet: 25, 80 and 6C. RGB value is (37,128,108). Sum of RGB (Red+Green+Blue) = 37+128+108=273 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.55% from 273); Green value is 128 (50.39% from 255 or 46.89% from 273); Blue value is 108 (42.58% from 255 or 39.56% from 273); Max value from RGB is 128 - color contains mainly: green. Hex color #25806C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #25806C is #DA7F93. Grayscale: #626262. Windows color (decimal): -14319508 or 7110693. OLE color: 7110693.

HSL color Cylindrical-coordinate representation of color #25806C: hue angle of 166.81º degrees, saturation: 0.55, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #25806C is Cyan = 0.71, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.50.

Color convert

RGB37128108-
CMYK0.7100.160.50
HSL166.81º55.15%32.35%-
HSV(B)166.81º71.09%50.2%-
XYZ11.1916.9116.86-
YUV98.51133.3584.13-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 13.55%
GREEN value IS 128 (50.39% from 255) = 46.89%
BLUE value IS 108 (42.58% from 255) = 39.56%
R=13.55%
G=46.89%
B=39.56%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal371281080.7100.160.50166.8155.1532.35
Hex25806C4701032a73720
Octal45200154107020622476740
Binary100101100000001101100100011101000011001010100111110111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25806C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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