#25806D

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

Shades of Genoa #25806D

Tints of Genoa #25806D

Color information

#25806D (or 0x25806D) is unknown color: approx Genoa. HEX triplet: 25, 80 and 6D. RGB value is (37,128,109). Sum of RGB (Red+Green+Blue) = 37+128+109=274 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.50% from 274); Green value is 128 (50.39% from 255 or 46.72% from 274); Blue value is 109 (42.97% from 255 or 39.78% from 274); Max value from RGB is 128 - color contains mainly: green. Hex color #25806D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #25806D is #DA7F92. Grayscale: #626262. Windows color (decimal): -14319507 or 7176229. OLE color: 7176229.

HSL color Cylindrical-coordinate representation of color #25806D: hue angle of 167.47º 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 #25806D is Cyan = 0.71, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.50.

Color convert

RGB37128109-
CMYK0.7100.150.50
HSL167.47º55.15%32.35%-
HSV(B)167.47º71.09%50.2%-
XYZ11.2416.9417.14-
YUV98.62133.8584.04-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 13.50%
GREEN value IS 128 (50.39% from 255) = 46.72%
BLUE value IS 109 (42.97% from 255) = 39.78%
R=13.50%
G=46.72%
B=39.78%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal371281090.7100.150.50167.4755.1532.35
Hex25806D470F32a73720
Octal45200155107017622476740
Binary10010110000000110110110001110111111001010100111110111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25806D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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