#464438

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

Shades of Woodrush #464438

Tints of Woodrush #464438

Color information

#464438 (or 0x464438) is unknown color: approx Woodrush. HEX triplet: 46, 44 and 38. RGB value is (70,68,56). Sum of RGB (Red+Green+Blue) = 70+68+56=194 (25% of max value = 765). Red value is 70 (27.73% from 255 or 36.08% from 194); Green value is 68 (26.95% from 255 or 35.05% from 194); Blue value is 56 (22.27% from 255 or 28.87% from 194); Max value from RGB is 70 - color contains mainly: red. Hex color #464438 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #464438 is #B9BBC7. Grayscale: #434343. Windows color (decimal): -12172232 or 3687494. OLE color: 3687494.

HSL color Cylindrical-coordinate representation of color #464438: hue angle of 51.43º degrees, saturation: 0.11, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #464438 is Cyan = 0, Magento = 0.03, Yellow = 0.20 and Black (K on CMYK) = 0.73.

Color convert

RGB706856-
CMYK00.030.200.73
HSL51.43º11.11%24.71%-
HSV(B)51.43º20%27.45%-
XYZ5.315.724.57-
YUV67.23121.66129.98-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 36.08%
GREEN value IS 68 (26.95% from 255) = 35.05%
BLUE value IS 56 (22.27% from 255) = 28.87%
R=36.08%
G=35.05%
B=28.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.20
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70685600.030.200.7351.4311.1124.71
Hex46443803144933b19
Octal106104700324111631331
Binary10001101000100111000011101001001001110011101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464438

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464438; }

 p { color: rgb(70,68,56); }

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

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

 a { background-color: rgb(70,68,56); }

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

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

 span { border-color: rgb(70,68,56); }

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