#43462A

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

Shades of Scrub #43462A

Tints of Scrub #43462A

Color information

#43462A (or 0x43462A) is unknown color: approx Scrub. HEX triplet: 43, 46 and 2A. RGB value is (67,70,42). Sum of RGB (Red+Green+Blue) = 67+70+42=179 (23% of max value = 765). Red value is 67 (26.56% from 255 or 37.43% from 179); Green value is 70 (27.73% from 255 or 39.11% from 179); Blue value is 42 (16.80% from 255 or 23.46% from 179); Max value from RGB is 70 - color contains mainly: green. Hex color #43462A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #43462A is #BCB9D5. Grayscale: #424242. Windows color (decimal): -12368342 or 2770499. OLE color: 2770499.

HSL color Cylindrical-coordinate representation of color #43462A: hue angle of 66.43º degrees, saturation: 0.25, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #43462A is Cyan = 0.04, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.73.

Color convert

RGB677042-
CMYK0.0400.400.73
HSL66.43º25%21.96%-
HSV(B)66.43º40%27.45%-
XYZ4.925.743.04-
YUV65.91114.51128.78-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 37.43%
GREEN value IS 70 (27.73% from 255) = 39.11%
BLUE value IS 42 (16.80% from 255) = 23.46%
R=37.43%
G=39.11%
B=23.46%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6770420.0400.400.7366.432521.96
Hex43462A402849421916
Octal1031065240501111023126
Binary100001110001101010101000101000100100110000101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43462A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(67,70,42); }

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

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

 a { background-color: rgb(67,70,42); }

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

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

 span { border-color: rgb(67,70,42); }

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