#3F4038

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

Shades of Scrub #3F4038

Tints of Scrub #3F4038

Color information

#3F4038 (or 0x3F4038) is unknown color: approx Scrub. HEX triplet: 3F, 40 and 38. RGB value is (63,64,56). Sum of RGB (Red+Green+Blue) = 63+64+56=183 (24% of max value = 765). Red value is 63 (25% from 255 or 34.43% from 183); Green value is 64 (25.39% from 255 or 34.97% from 183); Blue value is 56 (22.27% from 255 or 30.60% from 183); Max value from RGB is 64 - color contains mainly: green. Hex color #3F4038 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F4038 is #C0BFC7. Grayscale: #3E3E3E. Windows color (decimal): -12632008 or 3686463. OLE color: 3686463.

HSL color Cylindrical-coordinate representation of color #3F4038: hue angle of 67.5º degrees, saturation: 0.07, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #3F4038 is Cyan = 0.02, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.75.

Color convert

RGB636456-
CMYK0.0200.130.75
HSL67.5º6.67%23.53%-
HSV(B)67.5º12.5%25.1%-
XYZ4.65.014.47-
YUV62.79124.17128.15-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 34.43%
GREEN value IS 64 (25.39% from 255) = 34.97%
BLUE value IS 56 (22.27% from 255) = 30.60%
R=34.43%
G=34.97%
B=30.60%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6364560.0200.130.7567.56.6723.53
Hex3F403820D4B44718
Octal77100702015113104730
Binary111111100000011100010011011001011100010011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F4038

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,64,56); }

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

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

 a { background-color: rgb(63,64,56); }

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

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

 span { border-color: rgb(63,64,56); }

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