#3E4330

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

Shades of Scrub #3E4330

Tints of Scrub #3E4330

Color information

#3E4330 (or 0x3E4330) is unknown color: approx Scrub. HEX triplet: 3E, 43 and 30. RGB value is (62,67,48). Sum of RGB (Red+Green+Blue) = 62+67+48=177 (23% of max value = 765). Red value is 62 (24.61% from 255 or 35.03% from 177); Green value is 67 (26.56% from 255 or 37.85% from 177); Blue value is 48 (19.14% from 255 or 27.12% from 177); Max value from RGB is 67 - color contains mainly: green. Hex color #3E4330 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E4330 is #C1BCCF. Grayscale: #3F3F3F. Windows color (decimal): -12696784 or 3162942. OLE color: 3162942.

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

Color convert

RGB626748-
CMYK0.0700.280.74
HSL75.79º16.52%22.55%-
HSV(B)75.79º28.36%26.27%-
XYZ4.535.253.57-
YUV63.34119.34127.04-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 35.03%
GREEN value IS 67 (26.56% from 255) = 37.85%
BLUE value IS 48 (19.14% from 255) = 27.12%
R=35.03%
G=37.85%
B=27.12%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6267480.0700.280.7475.7916.5222.55
Hex3E4330701C4A4c1117
Octal761036070341121142127
Binary1111101000011110000111011100100101010011001000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E4330

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,67,48); }

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

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

 a { background-color: rgb(62,67,48); }

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

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

 span { border-color: rgb(62,67,48); }

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