Html Css Color HEX #414039 Woodrush

📋 copy color: '#414039'

red 65 ◦ green 64 ◦ blue 57

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

Shades of Woodrush #414039

Tints of Woodrush #414039

RGB

 RED value IS 65 (25.78% from 255) = 34.95%

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

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

R = 34.95%
G = 34.41%
B = 30.65%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.12

 K value IS 0.75

RGB Variations

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

Color information

#414039 (or 0x414039) is known color: Woodrush. HEX triplet: 41, 40 and 39. RGB value is (65,64,57). Sum of RGB (Red+Green+Blue) = 65+64+57=186 (24% of max value = 765). Red value is 65 (25.78% from 255 or 34.95% from 186); Green value is 64 (25.39% from 255 or 34.41% from 186); Blue value is 57 (22.66% from 255 or 30.65% from 186); Max value from RGB is 65 - color contains mainly: red. Hex color #414039 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #414039 is #BEBFC6. Grayscale: #3F3F3F. Windows color (decimal): -12500935 or 3752001. OLE color: 3752001.

HSL color Cylindrical-coordinate representation of color #414039: hue angle of 52.5º degrees, saturation: 0.07, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #414039 is Cyan = 0, Magento = 0.02, Yellow = 0.12 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 64 57 -
CMYK 0 0.02 0.12 0.75
HSL 52.5º 0.07% 0.24% -
HSV(B) 52.5º 0.12% 0.25% -
XYZ 4.75 5.09 4.6 -
YUV 63.5 124.33 129.07 -
System Red Green Blue C M Y K H S L
Decimal 65 64 57 0 0.02 0.12 0.75 52.5 0.07 0.24
Hex 41 40 39 0 2 C 4B 34 7 18
Octal 101 100 71 0 2 14 113 64 7 30
Binary 1000001 1000000 111001 0 10 1100 1001011 110100 111 11000

Color Harmonies of #414039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414039

Black with #414039

Text Example


Text Example

White with #414039

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414039; }

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

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

background-color css

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

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

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

border-color css

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

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

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