#414039

Color #414039 Woodrush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Woodrush #414039

Tints of Woodrush #414039

Color information

#414039 (or 0x414039) is unknown color: approx 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

RGB656457-
CMYK00.020.120.75
HSL52.5º6.56%23.92%-
HSV(B)52.5º12.31%25.49%-
XYZ4.755.094.6-
YUV63.5124.33129.07-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.12
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65645700.020.120.7552.56.5623.92
Hex41403902C4B35718
Octal10110071021411365730
Binary100000110000001110010101100100101111010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414039

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>