#25816F

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

Shades of Genoa #25816F

Tints of Genoa #25816F

Color information

#25816F (or 0x25816F) is unknown color: approx Genoa. HEX triplet: 25, 81 and 6F. RGB value is (37,129,111). Sum of RGB (Red+Green+Blue) = 37+129+111=277 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.36% from 277); Green value is 129 (50.78% from 255 or 46.57% from 277); Blue value is 111 (43.75% from 255 or 40.07% from 277); Max value from RGB is 129 - color contains mainly: green. Hex color #25816F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #25816F is #DA7E90. Grayscale: #636363. Windows color (decimal): -14319249 or 7307557. OLE color: 7307557.

HSL color Cylindrical-coordinate representation of color #25816F: hue angle of 168.26º degrees, saturation: 0.55, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #25816F is Cyan = 0.71, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.49.

Color convert

RGB37129111-
CMYK0.7100.140.49
HSL168.26º55.42%32.55%-
HSV(B)168.26º71.32%50.59%-
XYZ11.4817.2417.76-
YUV99.44134.5283.46-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 13.36%
GREEN value IS 129 (50.78% from 255) = 46.57%
BLUE value IS 111 (43.75% from 255) = 40.07%
R=13.36%
G=46.57%
B=40.07%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal371291110.7100.140.49168.2655.4232.55
Hex25816F470E31a83721
Octal45201157107016612506741
Binary10010110000001110111110001110111011000110101000110111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25816F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25816F; }

 p { color: rgb(37,129,111); }

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

<style>
 a { background-color: #25816F; }

 a { background-color: rgb(37,129,111); }

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

<style>
 span { border-color: #25816F; }

 span { border-color: rgb(37,129,111); }

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