Html Css Color HEX #424529 Scrub

📋 copy color: '#424529'

red 66 ◦ green 69 ◦ blue 41

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

Shades of Scrub #424529

Tints of Scrub #424529

RGB

 RED value IS 66 (26.17% from 255) = 37.5%

 GREEN value IS 69 (27.34% from 255) = 39.2%

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

R = 37.5%
G = 39.2%
B = 23.3%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.41

 K value IS 0.73

RGB Variations

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

Color information

#424529 (or 0x424529) is known color: Scrub. HEX triplet: 42, 45 and 29. RGB value is (66,69,41). Sum of RGB (Red+Green+Blue) = 66+69+41=176 (23% of max value = 765). Red value is 66 (26.17% from 255 or 37.5% from 176); Green value is 69 (27.34% from 255 or 39.20% from 176); Blue value is 41 (16.41% from 255 or 23.30% from 176); Max value from RGB is 69 - color contains mainly: green. Hex color #424529 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #424529 is #BDBAD6. Grayscale: #414141. Windows color (decimal): -12434135 or 2704706. OLE color: 2704706.

HSL color Cylindrical-coordinate representation of color #424529: hue angle of 66.43º degrees, saturation: 0.25, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #424529 is Cyan = 0.04, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.73.

Color convert

RGB 66 69 41 -
CMYK 0.04 0 0.41 0.73
HSL 66.43º 0.25% 0.22% -
HSV(B) 66.43º 0.41% 0.27% -
XYZ 4.78 5.57 2.92 -
YUV 64.91 114.51 128.78 -
System Red Green Blue C M Y K H S L
Decimal 66 69 41 0.04 0 0.41 0.73 66.43 0.25 0.22
Hex 42 45 29 4 0 29 49 42 19 16
Octal 102 105 51 4 0 51 111 102 31 26
Binary 1000010 1000101 101001 100 0 101001 1001001 1000010 11001 10110

Color Harmonies of #424529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424529

Black with #424529

Text Example


Text Example

White with #424529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424529; }

 p { color: rgb(66,69,41); }

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

background-color css

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

 a { background-color: rgb(66,69,41); }

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

border-color css

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

 span { border-color: rgb(66,69,41); }

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