#42413A

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

Shades of Woodrush #42413A

Tints of Woodrush #42413A

Color information

#42413A (or 0x42413A) is unknown color: approx Woodrush. HEX triplet: 42, 41 and 3A. RGB value is (66,65,58). Sum of RGB (Red+Green+Blue) = 66+65+58=189 (25% of max value = 765). Red value is 66 (26.17% from 255 or 34.92% from 189); Green value is 65 (25.78% from 255 or 34.39% from 189); Blue value is 58 (23.05% from 255 or 30.69% from 189); Max value from RGB is 66 - color contains mainly: red. Hex color #42413A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42413A is #BDBEC5. Grayscale: #404040. Windows color (decimal): -12435142 or 3817794. OLE color: 3817794.

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

Color convert

RGB666558-
CMYK00.020.120.74
HSL52.5º6.45%24.31%-
HSV(B)52.5º12.12%25.88%-
XYZ4.95.244.76-
YUV64.5124.33129.07-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 34.92%
GREEN value IS 65 (25.78% from 255) = 34.39%
BLUE value IS 58 (23.05% from 255) = 30.69%
R=34.92%
G=34.39%
B=30.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.12
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66655800.020.120.7452.56.4524.31
Hex42413A02C4A35618
Octal10210172021411265630
Binary100001010000011110100101100100101011010111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42413A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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