Html Css Color HEX #24756B Genoa

📋 copy color: '#24756B'

red 36 ◦ green 117 ◦ blue 107

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

Shades of Genoa #24756B

Tints of Genoa #24756B

RGB

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

 GREEN value IS 117 (46.09% from 255) = 45%

 BLUE value IS 107 (42.19% from 255) = 41.15%

R = 13.85%
G = 45%
B = 41.15%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.09

 K value IS 0.54

RGB Variations

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

Color information

#24756B (or 0x24756B) is known color: Genoa. HEX triplet: 24, 75 and 6B. RGB value is (36,117,107). Sum of RGB (Red+Green+Blue) = 36+117+107=260 (34% of max value = 765). Red value is 36 (14.45% from 255 or 13.85% from 260); Green value is 117 (46.09% from 255 or 45% from 260); Blue value is 107 (42.19% from 255 or 41.15% from 260); Max value from RGB is 117 - color contains mainly: green. Hex color #24756B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #24756B is #DB8A94. Grayscale: #5B5B5B. Windows color (decimal): -14387861 or 7042340. OLE color: 7042340.

HSL color Cylindrical-coordinate representation of color #24756B: hue angle of 172.59º 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 #24756B is Cyan = 0.69, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.54.

Color convert

RGB 36 117 107 -
CMYK 0.69 0 0.09 0.54
HSL 172.59º 0.53% 0.3% -
HSV(B) 172.59º 0.69% 0.46% -
XYZ 9.74 14.16 16.13 -
YUV 91.64 136.66 88.31 -
System Red Green Blue C M Y K H S L
Decimal 36 117 107 0.69 0 0.09 0.54 172.59 0.53 0.3
Hex 24 75 6B 45 0 9 36 AD 35 1E
Octal 44 165 153 105 0 11 66 255 65 36
Binary 100100 1110101 1101011 1000101 0 1001 110110 10101101 110101 11110

Color Harmonies of #24756B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24756B

Black with #24756B

Text Example


Text Example

White with #24756B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #24756B; }

 p { color: rgb(36,117,107); }

 H1.HeaderClassName
 {
   color: #24756B;
 }
 .AnyTagClassName
 {
   color: #24756B;
 }
</style>

background-color css

<style>
 a { background-color: #24756B; }

 a { background-color: rgb(36,117,107); }

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

border-color css

<style>
 span { border-color: #24756B; }

 span { border-color: rgb(36,117,107); }

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