#3F4332

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

Shades of Scrub #3F4332

Tints of Scrub #3F4332

Color information

#3F4332 (or 0x3F4332) is unknown color: approx Scrub. HEX triplet: 3F, 43 and 32. RGB value is (63,67,50). Sum of RGB (Red+Green+Blue) = 63+67+50=180 (23% of max value = 765). Red value is 63 (25% from 255 or 35% from 180); Green value is 67 (26.56% from 255 or 37.22% from 180); Blue value is 50 (19.92% from 255 or 27.78% from 180); Max value from RGB is 67 - color contains mainly: green. Hex color #3F4332 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F4332 is #C0BCCD. Grayscale: #3F3F3F. Windows color (decimal): -12631246 or 3294015. OLE color: 3294015.

HSL color Cylindrical-coordinate representation of color #3F4332: hue angle of 74.12º degrees, saturation: 0.15, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #3F4332 is Cyan = 0.06, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.74.

Color convert

RGB636750-
CMYK0.0600.250.74
HSL74.12º14.53%22.94%-
HSV(B)74.12º25.37%26.27%-
XYZ4.635.33.8-
YUV63.87120.17127.38-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 35%
GREEN value IS 67 (26.56% from 255) = 37.22%
BLUE value IS 50 (19.92% from 255) = 27.78%
R=35%
G=37.22%
B=27.78%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6367500.0600.250.7474.1214.5322.94
Hex3F433260194A4af17
Octal771036260311121121727
Binary111111100001111001011001100110010101001010111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F4332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3F4332; }

 p { color: rgb(63,67,50); }

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

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

 a { background-color: rgb(63,67,50); }

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

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

 span { border-color: rgb(63,67,50); }

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