Html Css Color HEX #24404D Green Vogue

📋 copy color: '#24404D'

red 36 ◦ green 64 ◦ blue 77

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

Shades of Green Vogue #24404D

Tints of Green Vogue #24404D

RGB

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

 GREEN value IS 64 (25.39% from 255) = 36.16%

 BLUE value IS 77 (30.47% from 255) = 43.5%

R = 20.34%
G = 36.16%
B = 43.5%

CMYK

 C value IS 0.53

 M value IS 0.17

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#24404D (or 0x24404D) is known color: Green Vogue. HEX triplet: 24, 40 and 4D. RGB value is (36,64,77). Sum of RGB (Red+Green+Blue) = 36+64+77=177 (23% of max value = 765). Red value is 36 (14.45% from 255 or 20.34% from 177); Green value is 64 (25.39% from 255 or 36.16% from 177); Blue value is 77 (30.47% from 255 or 43.50% from 177); Max value from RGB is 77 - color contains mainly: blue. Hex color #24404D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #24404D is #DBBFB2. Grayscale: #393939. Windows color (decimal): -14401459 or 5062692. OLE color: 5062692.

HSL color Cylindrical-coordinate representation of color #24404D: hue angle of 199.02º degrees, saturation: 0.36, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #24404D is Cyan = 0.53, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 36 64 77 -
CMYK 0.53 0.17 0 0.70
HSL 199.02º 0.36% 0.22% -
HSV(B) 199.02º 0.53% 0.3% -
XYZ 3.9 4.58 7.7 -
YUV 57.11 139.22 112.94 -
System Red Green Blue C M Y K H S L
Decimal 36 64 77 0.53 0.17 0 0.70 199.02 0.36 0.22
Hex 24 40 4D 35 11 0 46 C7 24 16
Octal 44 100 115 65 21 0 106 307 44 26
Binary 100100 1000000 1001101 110101 10001 0 1000110 11000111 100100 10110

Color Harmonies of #24404D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24404D

Black with #24404D

Text Example


Text Example

White with #24404D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #24404D; }

 p { color: rgb(36,64,77); }

 H1.HeaderClassName
 {
   color: #24404D;
 }
 .AnyTagClassName
 {
   color: #24404D;
 }
</style>

background-color css

<style>
 a { background-color: #24404D; }

 a { background-color: rgb(36,64,77); }

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

border-color css

<style>
 span { border-color: #24404D; }

 span { border-color: rgb(36,64,77); }

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