Html Css Color HEX #3E4032 Scrub

📋 copy color: '#3E4032'

red 62 ◦ green 64 ◦ blue 50

#3E4032
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Scrub #3E4032

Tints of Scrub #3E4032

RGB

 RED value IS 62 (24.61% from 255) = 35.23%

 GREEN value IS 64 (25.39% from 255) = 36.36%

 BLUE value IS 50 (19.92% from 255) = 28.41%

R = 35.23%
G = 36.36%
B = 28.41%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.22

 K value IS 0.75

RGB Variations

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

Color information

#3E4032 (or 0x3E4032) is known color: Scrub. HEX triplet: 3E, 40 and 32. RGB value is (62,64,50). Sum of RGB (Red+Green+Blue) = 62+64+50=176 (23% of max value = 765). Red value is 62 (24.61% from 255 or 35.23% from 176); Green value is 64 (25.39% from 255 or 36.36% from 176); Blue value is 50 (19.92% from 255 or 28.41% from 176); Max value from RGB is 64 - color contains mainly: green. Hex color #3E4032 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E4032 is #C1BFCD. Grayscale: #3D3D3D. Windows color (decimal): -12697550 or 3293246. OLE color: 3293246.

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

Color convert

RGB 62 64 50 -
CMYK 0.03 0 0.22 0.75
HSL 68.57º 0.12% 0.22% -
HSV(B) 68.57º 0.22% 0.25% -
XYZ 4.4 4.92 3.74 -
YUV 61.81 121.34 128.14 -
System Red Green Blue C M Y K H S L
Decimal 62 64 50 0.03 0 0.22 0.75 68.57 0.12 0.22
Hex 3E 40 32 3 0 16 4B 45 C 16
Octal 76 100 62 3 0 26 113 105 14 26
Binary 111110 1000000 110010 11 0 10110 1001011 1000101 1100 10110

Color Harmonies of #3E4032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E4032

Black with #3E4032

Text Example


Text Example

White with #3E4032

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,64,50); }

 H1.HeaderClassName
 {
   color: #3E4032;
 }
 .AnyTagClassName
 {
   color: #3E4032;
 }
</style>

background-color css

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

 a { background-color: rgb(62,64,50); }

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

border-color css

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

 span { border-color: rgb(62,64,50); }

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