#42472F

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

Shades of Scrub #42472F

Tints of Scrub #42472F

Color information

#42472F (or 0x42472F) is unknown color: approx Scrub. HEX triplet: 42, 47 and 2F. RGB value is (66,71,47). Sum of RGB (Red+Green+Blue) = 66+71+47=184 (24% of max value = 765). Red value is 66 (26.17% from 255 or 35.87% from 184); Green value is 71 (28.12% from 255 or 38.59% from 184); Blue value is 47 (18.75% from 255 or 25.54% from 184); Max value from RGB is 71 - color contains mainly: green. Hex color #42472F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42472F is #BDB8D0. Grayscale: #424242. Windows color (decimal): -12433617 or 3098434. OLE color: 3098434.

HSL color Cylindrical-coordinate representation of color #42472F: hue angle of 72.5º 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 #42472F is Cyan = 0.07, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.72.

Color convert

RGB667147-
CMYK0.0700.340.72
HSL72.5º20.34%23.14%-
HSV(B)72.5º33.8%27.84%-
XYZ5.015.873.56-
YUV66.77116.84127.45-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 35.87%
GREEN value IS 71 (28.12% from 255) = 38.59%
BLUE value IS 47 (18.75% from 255) = 25.54%
R=35.87%
G=38.59%
B=25.54%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6671470.0700.340.7272.520.3423.14
Hex42472F702248481417
Octal1021075770421101102427
Binary100001010001111011111110100010100100010010001010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42472F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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