Html Css Color HEX #414429 Scrub

📋 copy color: '#414429'

red 65 ◦ green 68 ◦ blue 41

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

Shades of Scrub #414429

Tints of Scrub #414429

RGB

 RED value IS 65 (25.78% from 255) = 37.36%

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

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

R = 37.36%
G = 39.08%
B = 23.56%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.40

 K value IS 0.73

RGB Variations

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

Color information

#414429 (or 0x414429) is known color: Scrub. HEX triplet: 41, 44 and 29. RGB value is (65,68,41). Sum of RGB (Red+Green+Blue) = 65+68+41=174 (23% of max value = 765). Red value is 65 (25.78% from 255 or 37.36% from 174); Green value is 68 (26.95% from 255 or 39.08% from 174); Blue value is 41 (16.41% from 255 or 23.56% from 174); Max value from RGB is 68 - color contains mainly: green. Hex color #414429 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #414429 is #BEBBD6. Grayscale: #404040. Windows color (decimal): -12499927 or 2704449. OLE color: 2704449.

HSL color Cylindrical-coordinate representation of color #414429: hue angle of 66.67º 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 #414429 is Cyan = 0.04, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.73.

Color convert

RGB 65 68 41 -
CMYK 0.04 0 0.40 0.73
HSL 66.67º 0.25% 0.21% -
HSV(B) 66.67º 0.4% 0.27% -
XYZ 4.65 5.42 2.9 -
YUV 64.03 115.01 128.7 -
System Red Green Blue C M Y K H S L
Decimal 65 68 41 0.04 0 0.40 0.73 66.67 0.25 0.21
Hex 41 44 29 4 0 28 49 43 19 15
Octal 101 104 51 4 0 50 111 103 31 25
Binary 1000001 1000100 101001 100 0 101000 1001001 1000011 11001 10101

Color Harmonies of #414429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414429

Black with #414429

Text Example


Text Example

White with #414429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414429; }

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

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

background-color css

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

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

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

border-color css

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

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

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