Html Css Color HEX #404429 Scrub

📋 copy color: '#404429'

red 64 ◦ green 68 ◦ blue 41

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

Shades of Scrub #404429

Tints of Scrub #404429

RGB

 RED value IS 64 (25.39% from 255) = 36.99%

 GREEN value IS 68 (26.95% from 255) = 39.31%

 BLUE value IS 41 (16.41% from 255) = 23.7%

R = 36.99%
G = 39.31%
B = 23.7%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.40

 K value IS 0.73

RGB Variations

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

Color information

#404429 (or 0x404429) is known color: Scrub. HEX triplet: 40, 44 and 29. RGB value is (64,68,41). Sum of RGB (Red+Green+Blue) = 64+68+41=173 (22% of max value = 765). Red value is 64 (25.39% from 255 or 36.99% from 173); Green value is 68 (26.95% from 255 or 39.31% from 173); Blue value is 41 (16.41% from 255 or 23.70% from 173); Max value from RGB is 68 - color contains mainly: green. Hex color #404429 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #404429 is #BFBBD6. Grayscale: #3F3F3F. Windows color (decimal): -12565463 or 2704448. OLE color: 2704448.

HSL color Cylindrical-coordinate representation of color #404429: hue angle of 68.89º degrees, saturation: 0.25, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #404429 is Cyan = 0.06, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.73.

Color convert

RGB 64 68 41 -
CMYK 0.06 0 0.40 0.73
HSL 68.89º 0.25% 0.21% -
HSV(B) 68.89º 0.4% 0.27% -
XYZ 4.58 5.38 2.9 -
YUV 63.73 115.17 128.2 -
System Red Green Blue C M Y K H S L
Decimal 64 68 41 0.06 0 0.40 0.73 68.89 0.25 0.21
Hex 40 44 29 6 0 28 49 45 19 15
Octal 100 104 51 6 0 50 111 105 31 25
Binary 1000000 1000100 101001 110 0 101000 1001001 1000101 11001 10101

Color Harmonies of #404429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404429

Black with #404429

Text Example


Text Example

White with #404429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404429; }

 p { color: rgb(64,68,41); }

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

background-color css

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

 a { background-color: rgb(64,68,41); }

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

border-color css

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

 span { border-color: rgb(64,68,41); }

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