#414038

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

Shades of Woodrush #414038

Tints of Woodrush #414038

Color information

#414038 (or 0x414038) is unknown color: approx Woodrush. HEX triplet: 41, 40 and 38. RGB value is (65,64,56). Sum of RGB (Red+Green+Blue) = 65+64+56=185 (24% of max value = 765). Red value is 65 (25.78% from 255 or 35.14% from 185); Green value is 64 (25.39% from 255 or 34.59% from 185); Blue value is 56 (22.27% from 255 or 30.27% from 185); Max value from RGB is 65 - color contains mainly: red. Hex color #414038 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #414038 is #BEBFC7. Grayscale: #3F3F3F. Windows color (decimal): -12500936 or 3686465. OLE color: 3686465.

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

Color convert

RGB656456-
CMYK00.020.140.75
HSL53.33º7.44%23.73%-
HSV(B)53.33º13.85%25.49%-
XYZ4.735.084.47-
YUV63.39123.83129.15-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 35.14%
GREEN value IS 64 (25.39% from 255) = 34.59%
BLUE value IS 56 (22.27% from 255) = 30.27%
R=35.14%
G=34.59%
B=30.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.14
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65645600.020.140.7553.337.4423.73
Hex41403802E4B35718
Octal10110070021611365730
Binary100000110000001110000101110100101111010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414038

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #414038; }

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

 H1.HeaderClassName
 {
   color: #414038;
 }
 .AnyTagClassName
 {
   color: #414038;
 }
</style>
background-color css

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

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

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

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

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

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