#42413E

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

Shades of Woodrush #42413E

Tints of Woodrush #42413E

Color information

#42413E (or 0x42413E) is unknown color: approx Woodrush. HEX triplet: 42, 41 and 3E. RGB value is (66,65,62). Sum of RGB (Red+Green+Blue) = 66+65+62=193 (25% of max value = 765). Red value is 66 (26.17% from 255 or 34.20% from 193); Green value is 65 (25.78% from 255 or 33.68% from 193); Blue value is 62 (24.61% from 255 or 32.12% from 193); Max value from RGB is 66 - color contains mainly: red. Hex color #42413E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42413E is #BDBEC1. Grayscale: #404040. Windows color (decimal): -12435138 or 4079938. OLE color: 4079938.

HSL color Cylindrical-coordinate representation of color #42413E: hue angle of 45º degrees, saturation: 0.03, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #42413E is Cyan = 0, Magento = 0.02, Yellow = 0.06 and Black (K on CMYK) = 0.74.

Color convert

RGB666562-
CMYK00.020.060.74
HSL45º3.13%25.1%-
HSV(B)45º6.06%25.88%-
XYZ5.015.295.31-
YUV64.96126.33128.74-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 34.20%
GREEN value IS 65 (25.78% from 255) = 33.68%
BLUE value IS 62 (24.61% from 255) = 32.12%
R=34.20%
G=33.68%
B=32.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.06
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66656200.020.060.74453.1325.1
Hex42413E0264A2d319
Octal1021017602611255331
Binary1000010100000111111001011010010101011011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42413E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42413E; }

 p { color: rgb(66,65,62); }

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

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

 a { background-color: rgb(66,65,62); }

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

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

 span { border-color: rgb(66,65,62); }

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