#3F452D

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

Shades of Scrub #3F452D

Tints of Scrub #3F452D

Color information

#3F452D (or 0x3F452D) is unknown color: approx Scrub. HEX triplet: 3F, 45 and 2D. RGB value is (63,69,45). Sum of RGB (Red+Green+Blue) = 63+69+45=177 (23% of max value = 765). Red value is 63 (25% from 255 or 35.59% from 177); Green value is 69 (27.34% from 255 or 38.98% from 177); Blue value is 45 (17.97% from 255 or 25.42% from 177); Max value from RGB is 69 - color contains mainly: green. Hex color #3F452D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F452D is #C0BAD2. Grayscale: #404040. Windows color (decimal): -12630739 or 2966847. OLE color: 2966847.

HSL color Cylindrical-coordinate representation of color #3F452D: hue angle of 75º degrees, saturation: 0.21, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #3F452D is Cyan = 0.09, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.73.

Color convert

RGB636945-
CMYK0.0900.350.73
HSL75º21.05%22.35%-
HSV(B)75º34.78%27.06%-
XYZ4.655.53.3-
YUV64.47117.01126.95-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 35.59%
GREEN value IS 69 (27.34% from 255) = 38.98%
BLUE value IS 45 (17.97% from 255) = 25.42%
R=35.59%
G=38.98%
B=25.42%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6369450.0900.350.737521.0522.35
Hex3F452D9023494b1516
Octal7710555110431111132526
Binary111111100010110110110010100011100100110010111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F452D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,69,45); }

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

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

 a { background-color: rgb(63,69,45); }

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

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

 span { border-color: rgb(63,69,45); }

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