Html Css Color HEX #3E422B Scrub

📋 copy color: '#3E422B'

red 62 ◦ green 66 ◦ blue 43

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

Shades of Scrub #3E422B

Tints of Scrub #3E422B

RGB

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

 GREEN value IS 66 (26.17% from 255) = 38.6%

 BLUE value IS 43 (17.19% from 255) = 25.15%

R = 36.26%
G = 38.6%
B = 25.15%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.35

 K value IS 0.74

RGB Variations

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

Color information

#3E422B (or 0x3E422B) is known color: Scrub. HEX triplet: 3E, 42 and 2B. RGB value is (62,66,43). Sum of RGB (Red+Green+Blue) = 62+66+43=171 (22% of max value = 765). Red value is 62 (24.61% from 255 or 36.26% from 171); Green value is 66 (26.17% from 255 or 38.60% from 171); Blue value is 43 (17.19% from 255 or 25.15% from 171); Max value from RGB is 66 - color contains mainly: green. Hex color #3E422B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E422B is #C1BDD4. Grayscale: #3E3E3E. Windows color (decimal): -12697045 or 2835006. OLE color: 2835006.

HSL color Cylindrical-coordinate representation of color #3E422B: hue angle of 70.43º degrees, saturation: 0.21, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #3E422B is Cyan = 0.06, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.74.

Color convert

RGB 62 66 43 -
CMYK 0.06 0 0.35 0.74
HSL 70.43º 0.21% 0.21% -
HSV(B) 70.43º 0.35% 0.26% -
XYZ 4.37 5.09 3.04 -
YUV 62.18 117.17 127.87 -
System Red Green Blue C M Y K H S L
Decimal 62 66 43 0.06 0 0.35 0.74 70.43 0.21 0.21
Hex 3E 42 2B 6 0 23 4A 46 15 15
Octal 76 102 53 6 0 43 112 106 25 25
Binary 111110 1000010 101011 110 0 100011 1001010 1000110 10101 10101

Color Harmonies of #3E422B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E422B

Black with #3E422B

Text Example


Text Example

White with #3E422B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,66,43); }

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

background-color css

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

 a { background-color: rgb(62,66,43); }

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

border-color css

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

 span { border-color: rgb(62,66,43); }

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