Html Css Color HEX #414036 Woodrush

📋 copy color: '#414036'

red 65 ◦ green 64 ◦ blue 54

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

Shades of Woodrush #414036

Tints of Woodrush #414036

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 29.51%

R = 35.52%
G = 34.97%
B = 29.51%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.17

 K value IS 0.75

RGB Variations

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

Color information

#414036 (or 0x414036) is known color: Woodrush. HEX triplet: 41, 40 and 36. RGB value is (65,64,54). Sum of RGB (Red+Green+Blue) = 65+64+54=183 (24% of max value = 765). Red value is 65 (25.78% from 255 or 35.52% from 183); Green value is 64 (25.39% from 255 or 34.97% from 183); Blue value is 54 (21.48% from 255 or 29.51% from 183); Max value from RGB is 65 - color contains mainly: red. Hex color #414036 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #414036 is #BEBFC9. Grayscale: #3F3F3F. Windows color (decimal): -12500938 or 3555393. OLE color: 3555393.

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

Color convert

RGB 65 64 54 -
CMYK 0 0.02 0.17 0.75
HSL 54.55º 0.09% 0.23% -
HSV(B) 54.55º 0.17% 0.25% -
XYZ 4.68 5.06 4.22 -
YUV 63.16 122.83 129.31 -
System Red Green Blue C M Y K H S L
Decimal 65 64 54 0 0.02 0.17 0.75 54.55 0.09 0.23
Hex 41 40 36 0 2 11 4B 37 9 17
Octal 101 100 66 0 2 21 113 67 11 27
Binary 1000001 1000000 110110 0 10 10001 1001011 110111 1001 10111

Color Harmonies of #414036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414036

Black with #414036

Text Example


Text Example

White with #414036

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414036; }

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

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

background-color css

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

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

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

border-color css

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

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

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