#25776A

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

Shades of Genoa #25776A

Tints of Genoa #25776A

Color information

#25776A (or 0x25776A) is unknown color: approx Genoa. HEX triplet: 25, 77 and 6A. RGB value is (37,119,106). Sum of RGB (Red+Green+Blue) = 37+119+106=262 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.12% from 262); Green value is 119 (46.88% from 255 or 45.42% from 262); Blue value is 106 (41.80% from 255 or 40.46% from 262); Max value from RGB is 119 - color contains mainly: green. Hex color #25776A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #25776A is #DA8895. Grayscale: #5C5C5C. Windows color (decimal): -14321814 or 6977317. OLE color: 6977317.

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

Color convert

RGB37119106-
CMYK0.6900.110.53
HSL170.49º52.56%30.59%-
HSV(B)170.49º68.91%46.67%-
XYZ9.9614.6315.93-
YUV93135.3388.06-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 14.12%
GREEN value IS 119 (46.88% from 255) = 45.42%
BLUE value IS 106 (41.80% from 255) = 40.46%
R=14.12%
G=45.42%
B=40.46%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal371191060.6900.110.53170.4952.5630.59
Hex25776A450B35aa351f
Octal45167152105013652526537
Binary100101111011111010101000101010111101011010101011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25776A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25776A; }

 p { color: rgb(37,119,106); }

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

<style>
 a { background-color: #25776A; }

 a { background-color: rgb(37,119,106); }

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

<style>
 span { border-color: #25776A; }

 span { border-color: rgb(37,119,106); }

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