Html Css Color HEX #424029 Woodrush

📋 copy color: '#424029'

red 66 ◦ green 64 ◦ blue 41

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

Shades of Woodrush #424029

Tints of Woodrush #424029

RGB

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

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

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

R = 38.6%
G = 37.43%
B = 23.98%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.38

 K value IS 0.74

RGB Variations

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

Color information

#424029 (or 0x424029) is known color: Woodrush. HEX triplet: 42, 40 and 29. RGB value is (66,64,41). Sum of RGB (Red+Green+Blue) = 66+64+41=171 (22% of max value = 765). Red value is 66 (26.17% from 255 or 38.60% from 171); Green value is 64 (25.39% from 255 or 37.43% from 171); Blue value is 41 (16.41% from 255 or 23.98% from 171); Max value from RGB is 66 - color contains mainly: red. Hex color #424029 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #424029 is #BDBFD6. Grayscale: #3E3E3E. Windows color (decimal): -12435415 or 2703426. OLE color: 2703426.

HSL color Cylindrical-coordinate representation of color #424029: hue angle of 55.2º degrees, saturation: 0.23, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #424029 is Cyan = 0, Magento = 0.03, Yellow = 0.38 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 64 41 -
CMYK 0 0.03 0.38 0.74
HSL 55.2º 0.23% 0.21% -
HSV(B) 55.2º 0.38% 0.26% -
XYZ 4.48 4.99 2.82 -
YUV 61.98 116.16 130.87 -
System Red Green Blue C M Y K H S L
Decimal 66 64 41 0 0.03 0.38 0.74 55.2 0.23 0.21
Hex 42 40 29 0 3 26 4A 37 17 15
Octal 102 100 51 0 3 46 112 67 27 25
Binary 1000010 1000000 101001 0 11 100110 1001010 110111 10111 10101

Color Harmonies of #424029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424029

Black with #424029

Text Example


Text Example

White with #424029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424029; }

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

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

background-color css

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

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

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

border-color css

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

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

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