Html Css Color HEX #424039 Woodrush

📋 copy color: '#424039'

red 66 ◦ green 64 ◦ blue 57

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

Shades of Woodrush #424039

Tints of Woodrush #424039

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 30.48%

R = 35.29%
G = 34.22%
B = 30.48%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.14

 K value IS 0.74

RGB Variations

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

Color information

#424039 (or 0x424039) is known color: Woodrush. HEX triplet: 42, 40 and 39. RGB value is (66,64,57). Sum of RGB (Red+Green+Blue) = 66+64+57=187 (24% of max value = 765). Red value is 66 (26.17% from 255 or 35.29% from 187); Green value is 64 (25.39% from 255 or 34.22% from 187); Blue value is 57 (22.66% from 255 or 30.48% from 187); Max value from RGB is 66 - color contains mainly: red. Hex color #424039 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #424039 is #BDBFC6. Grayscale: #3F3F3F. Windows color (decimal): -12435399 or 3752002. OLE color: 3752002.

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

Color convert

RGB 66 64 57 -
CMYK 0 0.03 0.14 0.74
HSL 46.67º 0.07% 0.24% -
HSV(B) 46.67º 0.14% 0.26% -
XYZ 4.82 5.12 4.61 -
YUV 63.8 124.16 129.57 -
System Red Green Blue C M Y K H S L
Decimal 66 64 57 0 0.03 0.14 0.74 46.67 0.07 0.24
Hex 42 40 39 0 3 E 4A 2F 7 18
Octal 102 100 71 0 3 16 112 57 7 30
Binary 1000010 1000000 111001 0 11 1110 1001010 101111 111 11000

Color Harmonies of #424039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424039

Black with #424039

Text Example


Text Example

White with #424039

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424039; }

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

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

background-color css

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

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

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

border-color css

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

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

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