#24766A

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

Shades of Genoa #24766A

Tints of Genoa #24766A

Color information

#24766A (or 0x24766A) is unknown color: approx Genoa. HEX triplet: 24, 76 and 6A. RGB value is (36,118,106). Sum of RGB (Red+Green+Blue) = 36+118+106=260 (34% of max value = 765). Red value is 36 (14.45% from 255 or 13.85% from 260); Green value is 118 (46.48% from 255 or 45.38% from 260); Blue value is 106 (41.80% from 255 or 40.77% from 260); Max value from RGB is 118 - color contains mainly: green. Hex color #24766A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #24766A is #DB8995. Grayscale: #5C5C5C. Windows color (decimal): -14387606 or 6977060. OLE color: 6977060.

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

Color convert

RGB36118106-
CMYK0.6900.100.54
HSL171.22º53.25%30.2%-
HSV(B)171.22º69.49%46.27%-
XYZ9.8114.3715.89-
YUV92.11135.8387.98-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 13.85%
GREEN value IS 118 (46.48% from 255) = 45.38%
BLUE value IS 106 (41.80% from 255) = 40.77%
R=13.85%
G=45.38%
B=40.77%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal361181060.6900.100.54171.2253.2530.2
Hex24766A450A36ab351e
Octal44166152105012662536536
Binary100100111011011010101000101010101101101010101111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24766A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(36,118,106); }

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

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

 a { background-color: rgb(36,118,106); }

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

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

 span { border-color: rgb(36,118,106); }

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