Html Css Color HEX #424034 Woodrush

📋 copy color: '#424034'

red 66 ◦ green 64 ◦ blue 52

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

Shades of Woodrush #424034

Tints of Woodrush #424034

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 28.57%

R = 36.26%
G = 35.16%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.21

 K value IS 0.74

RGB Variations

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

Color information

#424034 (or 0x424034) is known color: Woodrush. HEX triplet: 42, 40 and 34. RGB value is (66,64,52). Sum of RGB (Red+Green+Blue) = 66+64+52=182 (24% of max value = 765). Red value is 66 (26.17% from 255 or 36.26% from 182); Green value is 64 (25.39% from 255 or 35.16% from 182); Blue value is 52 (20.70% from 255 or 28.57% from 182); Max value from RGB is 66 - color contains mainly: red. Hex color #424034 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #424034 is #BDBFCB. Grayscale: #3F3F3F. Windows color (decimal): -12435404 or 3424322. OLE color: 3424322.

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

Color convert

RGB 66 64 52 -
CMYK 0 0.03 0.21 0.74
HSL 51.43º 0.12% 0.23% -
HSV(B) 51.43º 0.21% 0.26% -
XYZ 4.7 5.07 3.98 -
YUV 63.23 121.66 129.98 -
System Red Green Blue C M Y K H S L
Decimal 66 64 52 0 0.03 0.21 0.74 51.43 0.12 0.23
Hex 42 40 34 0 3 15 4A 33 C 17
Octal 102 100 64 0 3 25 112 63 14 27
Binary 1000010 1000000 110100 0 11 10101 1001010 110011 1100 10111

Color Harmonies of #424034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424034

Black with #424034

Text Example


Text Example

White with #424034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424034; }

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

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

background-color css

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

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

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

border-color css

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

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

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