#43472F

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

Shades of Scrub #43472F

Tints of Scrub #43472F

Color information

#43472F (or 0x43472F) is unknown color: approx Scrub. HEX triplet: 43, 47 and 2F. RGB value is (67,71,47). Sum of RGB (Red+Green+Blue) = 67+71+47=185 (24% of max value = 765). Red value is 67 (26.56% from 255 or 36.22% from 185); Green value is 71 (28.12% from 255 or 38.38% from 185); Blue value is 47 (18.75% from 255 or 25.41% from 185); Max value from RGB is 71 - color contains mainly: green. Hex color #43472F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #43472F is #BCB8D0. Grayscale: #434343. Windows color (decimal): -12368081 or 3098435. OLE color: 3098435.

HSL color Cylindrical-coordinate representation of color #43472F: hue angle of 70º degrees, saturation: 0.2, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #43472F is Cyan = 0.06, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.72.

Color convert

RGB677147-
CMYK0.0600.340.72
HSL70º20.34%23.14%-
HSV(B)70º33.8%27.84%-
XYZ5.085.913.56-
YUV67.07116.67127.95-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 36.22%
GREEN value IS 71 (28.12% from 255) = 38.38%
BLUE value IS 47 (18.75% from 255) = 25.41%
R=36.22%
G=38.38%
B=25.41%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6771470.0600.340.727020.3423.14
Hex43472F602248461417
Octal1031075760421101062427
Binary100001110001111011111100100010100100010001101010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43472F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #43472F; }

 p { color: rgb(67,71,47); }

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

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

 a { background-color: rgb(67,71,47); }

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

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

 span { border-color: rgb(67,71,47); }

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