Html Css Color HEX #24776A Genoa

📋 copy color: '#24776A'

red 36 ◦ green 119 ◦ blue 106

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

Shades of Genoa #24776A

Tints of Genoa #24776A

RGB

 RED value IS 36 (14.45% from 255) = 13.79%

 GREEN value IS 119 (46.88% from 255) = 45.59%

 BLUE value IS 106 (41.8% from 255) = 40.61%

R = 13.79%
G = 45.59%
B = 40.61%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.11

 K value IS 0.53

RGB Variations

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

Color information

#24776A (or 0x24776A) is known color: Genoa. HEX triplet: 24, 77 and 6A. RGB value is (36,119,106). Sum of RGB (Red+Green+Blue) = 36+119+106=261 (34% of max value = 765). Red value is 36 (14.45% from 255 or 13.79% from 261); Green value is 119 (46.88% from 255 or 45.59% from 261); Blue value is 106 (41.80% from 255 or 40.61% from 261); Max value from RGB is 119 - color contains mainly: green. Hex color #24776A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #24776A is #DB8895. Grayscale: #5C5C5C. Windows color (decimal): -14387350 or 6977316. OLE color: 6977316.

HSL color Cylindrical-coordinate representation of color #24776A: hue angle of 170.6º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #24776A is Cyan = 0.70, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.53.

Color convert

RGB 36 119 106 -
CMYK 0.70 0 0.11 0.53
HSL 170.6º 0.54% 0.3% -
HSV(B) 170.6º 0.7% 0.47% -
XYZ 9.93 14.61 15.93 -
YUV 92.7 135.5 87.56 -
System Red Green Blue C M Y K H S L
Decimal 36 119 106 0.70 0 0.11 0.53 170.6 0.54 0.3
Hex 24 77 6A 46 0 B 35 AB 36 1E
Octal 44 167 152 106 0 13 65 253 66 36
Binary 100100 1110111 1101010 1000110 0 1011 110101 10101011 110110 11110

Color Harmonies of #24776A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24776A

Black with #24776A

Text Example


Text Example

White with #24776A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #24776A;
 }
 .AnyTagClassName
 {
   color: #24776A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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