Html Css Color HEX #424134 Woodrush

📋 copy color: '#424134'

red 66 ◦ green 65 ◦ blue 52

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

Shades of Woodrush #424134

Tints of Woodrush #424134

RGB

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

 GREEN value IS 65 (25.78% from 255) = 35.52%

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

R = 36.07%
G = 35.52%
B = 28.42%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.21

 K value IS 0.74

RGB Variations

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

Color information

#424134 (or 0x424134) is known color: Woodrush. HEX triplet: 42, 41 and 34. RGB value is (66,65,52). Sum of RGB (Red+Green+Blue) = 66+65+52=183 (24% of max value = 765). Red value is 66 (26.17% from 255 or 36.07% from 183); Green value is 65 (25.78% from 255 or 35.52% from 183); Blue value is 52 (20.70% from 255 or 28.42% from 183); Max value from RGB is 66 - color contains mainly: red. Hex color #424134 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #424134 is #BDBECB. Grayscale: #3F3F3F. Windows color (decimal): -12435148 or 3424578. OLE color: 3424578.

HSL color Cylindrical-coordinate representation of color #424134: hue angle of 55.71º 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 #424134 is Cyan = 0, Magento = 0.02, Yellow = 0.21 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 65 52 -
CMYK 0 0.02 0.21 0.74
HSL 55.71º 0.12% 0.23% -
HSV(B) 55.71º 0.21% 0.26% -
XYZ 4.76 5.19 4 -
YUV 63.82 121.33 129.56 -
System Red Green Blue C M Y K H S L
Decimal 66 65 52 0 0.02 0.21 0.74 55.71 0.12 0.23
Hex 42 41 34 0 2 15 4A 38 C 17
Octal 102 101 64 0 2 25 112 70 14 27
Binary 1000010 1000001 110100 0 10 10101 1001010 111000 1100 10111

Color Harmonies of #424134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424134

Black with #424134

Text Example


Text Example

White with #424134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424134; }

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

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

background-color css

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

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

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

border-color css

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

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

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