Html Css Color HEX #25806E Genoa

📋 copy color: '#25806E'

red 37 ◦ green 128 ◦ blue 110

#25806E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Genoa #25806E

Tints of Genoa #25806E

RGB

 RED value IS 37 (14.84% from 255) = 13.45%

 GREEN value IS 128 (50.39% from 255) = 46.55%

 BLUE value IS 110 (43.36% from 255) = 40%

R = 13.45%
G = 46.55%
B = 40%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.14

 K value IS 0.50

RGB Variations

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

Color information

#25806E (or 0x25806E) is known color: Genoa. HEX triplet: 25, 80 and 6E. RGB value is (37,128,110). Sum of RGB (Red+Green+Blue) = 37+128+110=275 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.45% from 275); Green value is 128 (50.39% from 255 or 46.55% from 275); Blue value is 110 (43.36% from 255 or 40% from 275); Max value from RGB is 128 - color contains mainly: green. Hex color #25806E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #25806E is #DA7F91. Grayscale: #626262. Windows color (decimal): -14319506 or 7241765. OLE color: 7241765.

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

Color convert

RGB 37 128 110 -
CMYK 0.71 0 0.14 0.50
HSL 168.13º 0.55% 0.32% -
HSV(B) 168.13º 0.71% 0.5% -
XYZ 11.3 16.96 17.43 -
YUV 98.74 134.35 83.96 -
System Red Green Blue C M Y K H S L
Decimal 37 128 110 0.71 0 0.14 0.50 168.13 0.55 0.32
Hex 25 80 6E 47 0 E 32 A8 37 20
Octal 45 200 156 107 0 16 62 250 67 40
Binary 100101 10000000 1101110 1000111 0 1110 110010 10101000 110111 100000

Color Harmonies of #25806E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25806E

Black with #25806E

Text Example


Text Example

White with #25806E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #25806E;
 }
 .AnyTagClassName
 {
   color: #25806E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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