Html Css Color HEX #24766A Genoa

📋 copy color: '#24766A'

red 36 ◦ green 118 ◦ blue 106

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

Shades of Genoa #24766A

Tints of Genoa #24766A

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.8% from 255) = 40.77%

R = 13.85%
G = 45.38%
B = 40.77%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.10

 K value IS 0.54

RGB Variations

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

Color information

#24766A (or 0x24766A) is known color: 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

RGB 36 118 106 -
CMYK 0.69 0 0.10 0.54
HSL 171.22º 0.53% 0.3% -
HSV(B) 171.22º 0.69% 0.46% -
XYZ 9.81 14.37 15.89 -
YUV 92.11 135.83 87.98 -
System Red Green Blue C M Y K H S L
Decimal 36 118 106 0.69 0 0.10 0.54 171.22 0.53 0.3
Hex 24 76 6A 45 0 A 36 AB 35 1E
Octal 44 166 152 105 0 12 66 253 65 36
Binary 100100 1110110 1101010 1000101 0 1010 110110 10101011 110101 11110

Color Harmonies of #24766A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24766A

Black with #24766A

Text Example


Text Example

White with #24766A

Text Example


Text Example

HTML Codes & Css Web 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>