Html Css Color HEX #24414D Green Vogue

📋 copy color: '#24414D'

red 36 ◦ green 65 ◦ blue 77

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

Shades of Green Vogue #24414D

Tints of Green Vogue #24414D

RGB

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

 GREEN value IS 65 (25.78% from 255) = 36.52%

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

R = 20.22%
G = 36.52%
B = 43.26%

CMYK

 C value IS 0.53

 M value IS 0.16

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#24414D (or 0x24414D) is known color: Green Vogue. HEX triplet: 24, 41 and 4D. RGB value is (36,65,77). Sum of RGB (Red+Green+Blue) = 36+65+77=178 (23% of max value = 765). Red value is 36 (14.45% from 255 or 20.22% from 178); Green value is 65 (25.78% from 255 or 36.52% from 178); Blue value is 77 (30.47% from 255 or 43.26% from 178); Max value from RGB is 77 - color contains mainly: blue. Hex color #24414D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #24414D is #DBBEB2. Grayscale: #393939. Windows color (decimal): -14401203 or 5062948. OLE color: 5062948.

HSL color Cylindrical-coordinate representation of color #24414D: hue angle of 197.56º 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 #24414D is Cyan = 0.53, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 36 65 77 -
CMYK 0.53 0.16 0 0.70
HSL 197.56º 0.36% 0.22% -
HSV(B) 197.56º 0.53% 0.3% -
XYZ 3.96 4.69 7.72 -
YUV 57.7 138.89 112.52 -
System Red Green Blue C M Y K H S L
Decimal 36 65 77 0.53 0.16 0 0.70 197.56 0.36 0.22
Hex 24 41 4D 35 10 0 46 C6 24 16
Octal 44 101 115 65 20 0 106 306 44 26
Binary 100100 1000001 1001101 110101 10000 0 1000110 11000110 100100 10110

Color Harmonies of #24414D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24414D

Black with #24414D

Text Example


Text Example

White with #24414D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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