#25766B

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

Shades of Genoa #25766B

Tints of Genoa #25766B

Color information

#25766B (or 0x25766B) is unknown color: approx Genoa. HEX triplet: 25, 76 and 6B. RGB value is (37,118,107). Sum of RGB (Red+Green+Blue) = 37+118+107=262 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.12% from 262); Green value is 118 (46.48% from 255 or 45.04% from 262); Blue value is 107 (42.19% from 255 or 40.84% from 262); Max value from RGB is 118 - color contains mainly: green. Hex color #25766B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #25766B is #DA8994. Grayscale: #5C5C5C. Windows color (decimal): -14322069 or 7042597. OLE color: 7042597.

HSL color Cylindrical-coordinate representation of color #25766B: hue angle of 171.85º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #25766B is Cyan = 0.69, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.54.

Color convert

RGB37118107-
CMYK0.6900.090.54
HSL171.85º52.26%30.39%-
HSV(B)171.85º68.64%46.27%-
XYZ9.914.4116.17-
YUV92.53136.1688.39-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 14.12%
GREEN value IS 118 (46.48% from 255) = 45.04%
BLUE value IS 107 (42.19% from 255) = 40.84%
R=14.12%
G=45.04%
B=40.84%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal371181070.6900.090.54171.8552.2630.39
Hex25766B450936ac341e
Octal45166153105011662546436
Binary100101111011011010111000101010011101101010110011010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25766B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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