#424026

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

Shades of Woodrush #424026

Tints of Woodrush #424026

Color information

#424026 (or 0x424026) is unknown color: approx Woodrush. HEX triplet: 42, 40 and 26. RGB value is (66,64,38). Sum of RGB (Red+Green+Blue) = 66+64+38=168 (22% of max value = 765). Red value is 66 (26.17% from 255 or 39.29% from 168); Green value is 64 (25.39% from 255 or 38.10% from 168); Blue value is 38 (15.23% from 255 or 22.62% from 168); Max value from RGB is 66 - color contains mainly: red. Hex color #424026 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #424026 is #BDBFD9. Grayscale: #3D3D3D. Windows color (decimal): -12435418 or 2506818. OLE color: 2506818.

HSL color Cylindrical-coordinate representation of color #424026: hue angle of 55.71º degrees, saturation: 0.27, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #424026 is Cyan = 0, Magento = 0.03, Yellow = 0.42 and Black (K on CMYK) = 0.74.

Color convert

RGB666438-
CMYK00.030.420.74
HSL55.71º26.92%20.39%-
HSV(B)55.71º42.42%25.88%-
XYZ4.434.962.56-
YUV61.63114.66131.11-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 39.29%
GREEN value IS 64 (25.39% from 255) = 38.10%
BLUE value IS 38 (15.23% from 255) = 22.62%
R=39.29%
G=38.10%
B=22.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.42
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66643800.030.420.7455.7126.9220.39
Hex424026032A4A381b14
Octal102100460352112703324
Binary1000010100000010011001110101010010101110001101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #424026; }

 p { color: rgb(66,64,38); }

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

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

 a { background-color: rgb(66,64,38); }

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

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

 span { border-color: rgb(66,64,38); }

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