Html Css Color HEX #424035 Woodrush

📋 copy color: '#424035'

red 66 ◦ green 64 ◦ blue 53

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

Shades of Woodrush #424035

Tints of Woodrush #424035

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 28.96%

R = 36.07%
G = 34.97%
B = 28.96%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.20

 K value IS 0.74

RGB Variations

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

Color information

#424035 (or 0x424035) is known color: Woodrush. HEX triplet: 42, 40 and 35. RGB value is (66,64,53). Sum of RGB (Red+Green+Blue) = 66+64+53=183 (24% of max value = 765). Red value is 66 (26.17% from 255 or 36.07% from 183); Green value is 64 (25.39% from 255 or 34.97% from 183); Blue value is 53 (21.09% from 255 or 28.96% from 183); Max value from RGB is 66 - color contains mainly: red. Hex color #424035 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #424035 is #BDBFCA. Grayscale: #3F3F3F. Windows color (decimal): -12435403 or 3489858. OLE color: 3489858.

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

Color convert

RGB 66 64 53 -
CMYK 0 0.03 0.20 0.74
HSL 50.77º 0.11% 0.23% -
HSV(B) 50.77º 0.2% 0.26% -
XYZ 4.72 5.08 4.1 -
YUV 63.34 122.16 129.89 -
System Red Green Blue C M Y K H S L
Decimal 66 64 53 0 0.03 0.20 0.74 50.77 0.11 0.23
Hex 42 40 35 0 3 14 4A 33 B 17
Octal 102 100 65 0 3 24 112 63 13 27
Binary 1000010 1000000 110101 0 11 10100 1001010 110011 1011 10111

Color Harmonies of #424035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424035

Black with #424035

Text Example


Text Example

White with #424035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424035; }

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

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

background-color css

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

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

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

border-color css

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

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

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