#24806E

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

Shades of Genoa #24806E

Tints of Genoa #24806E

Color information

#24806E (or 0x24806E) is unknown color: approx Genoa. HEX triplet: 24, 80 and 6E. RGB value is (36,128,110). Sum of RGB (Red+Green+Blue) = 36+128+110=274 (36% of max value = 765). Red value is 36 (14.45% from 255 or 13.14% from 274); Green value is 128 (50.39% from 255 or 46.72% from 274); Blue value is 110 (43.36% from 255 or 40.15% from 274); Max value from RGB is 128 - color contains mainly: green. Hex color #24806E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #24806E is #DB7F91. Grayscale: #626262. Windows color (decimal): -14385042 or 7241764. OLE color: 7241764.

HSL color Cylindrical-coordinate representation of color #24806E: hue angle of 168.26º degrees, saturation: 0.56, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #24806E is Cyan = 0.72, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.50.

Color convert

RGB36128110-
CMYK0.7200.140.50
HSL168.26º56.1%32.16%-
HSV(B)168.26º71.88%50.2%-
XYZ11.2616.9417.43-
YUV98.44134.5283.46-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 13.14%
GREEN value IS 128 (50.39% from 255) = 46.72%
BLUE value IS 110 (43.36% from 255) = 40.15%
R=13.14%
G=46.72%
B=40.15%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal361281100.7200.140.50168.2656.132.16
Hex24806E480E32a83820
Octal44200156110016622507040
Binary10010010000000110111010010000111011001010101000111000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24806E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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