#25796B

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

Shades of Genoa #25796B

Tints of Genoa #25796B

Color information

#25796B (or 0x25796B) is unknown color: approx Genoa. HEX triplet: 25, 79 and 6B. RGB value is (37,121,107). Sum of RGB (Red+Green+Blue) = 37+121+107=265 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.96% from 265); Green value is 121 (47.66% from 255 or 45.66% from 265); Blue value is 107 (42.19% from 255 or 40.38% from 265); Max value from RGB is 121 - color contains mainly: green. Hex color #25796B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #25796B is #DA8694. Grayscale: #5E5E5E. Windows color (decimal): -14321301 or 7043365. OLE color: 7043365.

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

Color convert

RGB37121107-
CMYK0.6900.120.53
HSL170º53.16%30.98%-
HSV(B)170º69.42%47.45%-
XYZ10.2515.1316.29-
YUV94.29135.1787.14-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 13.96%
GREEN value IS 121 (47.66% from 255) = 45.66%
BLUE value IS 107 (42.19% from 255) = 40.38%
R=13.96%
G=45.66%
B=40.38%

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
Decimal371211070.6900.120.5317053.1630.98
Hex25796B450C35aa351f
Octal45171153105014652526537
Binary100101111100111010111000101011001101011010101011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25796B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25796B; }

 p { color: rgb(37,121,107); }

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

<style>
 a { background-color: #25796B; }

 a { background-color: rgb(37,121,107); }

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

<style>
 span { border-color: #25796B; }

 span { border-color: rgb(37,121,107); }

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