Html Css Color HEX #3E4036 Scrub

📋 copy color: '#3E4036'

red 62 ◦ green 64 ◦ blue 54

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

Shades of Scrub #3E4036

Tints of Scrub #3E4036

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 30%

R = 34.44%
G = 35.56%
B = 30%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.16

 K value IS 0.75

RGB Variations

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

Color information

#3E4036 (or 0x3E4036) is known color: Scrub. HEX triplet: 3E, 40 and 36. RGB value is (62,64,54). Sum of RGB (Red+Green+Blue) = 62+64+54=180 (23% of max value = 765). Red value is 62 (24.61% from 255 or 34.44% from 180); Green value is 64 (25.39% from 255 or 35.56% from 180); Blue value is 54 (21.48% from 255 or 30% from 180); Max value from RGB is 64 - color contains mainly: green. Hex color #3E4036 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E4036 is #C1BFC9. Grayscale: #3E3E3E. Windows color (decimal): -12697546 or 3555390. OLE color: 3555390.

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

Color convert

RGB 62 64 54 -
CMYK 0.03 0 0.16 0.75
HSL 72º 0.08% 0.23% -
HSV(B) 72º 0.16% 0.25% -
XYZ 4.49 4.96 4.21 -
YUV 62.26 123.34 127.81 -
System Red Green Blue C M Y K H S L
Decimal 62 64 54 0.03 0 0.16 0.75 72 0.08 0.23
Hex 3E 40 36 3 0 10 4B 48 8 17
Octal 76 100 66 3 0 20 113 110 10 27
Binary 111110 1000000 110110 11 0 10000 1001011 1001000 1000 10111

Color Harmonies of #3E4036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E4036

Black with #3E4036

Text Example


Text Example

White with #3E4036

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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