#424130

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

Shades of Woodrush #424130

Tints of Woodrush #424130

Color information

#424130 (or 0x424130) is unknown color: approx Woodrush. HEX triplet: 42, 41 and 30. RGB value is (66,65,48). Sum of RGB (Red+Green+Blue) = 66+65+48=179 (23% of max value = 765). Red value is 66 (26.17% from 255 or 36.87% from 179); Green value is 65 (25.78% from 255 or 36.31% from 179); Blue value is 48 (19.14% from 255 or 26.82% from 179); Max value from RGB is 66 - color contains mainly: red. Hex color #424130 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #424130 is #BDBECF. Grayscale: #3F3F3F. Windows color (decimal): -12435152 or 3162434. OLE color: 3162434.

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

Color convert

RGB666548-
CMYK00.020.270.74
HSL56.67º15.79%22.35%-
HSV(B)56.67º27.27%25.88%-
XYZ4.675.153.54-
YUV63.36119.33129.88-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 36.87%
GREEN value IS 65 (25.78% from 255) = 36.31%
BLUE value IS 48 (19.14% from 255) = 26.82%
R=36.87%
G=36.31%
B=26.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.27
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66654800.020.270.7456.6715.7922.35
Hex424130021B4A391016
Octal102101600233112712026
Binary100001010000011100000101101110010101110011000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424130

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #424130; }

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

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

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

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

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

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

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

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