Html Css Color HEX #3E412F Scrub

📋 copy color: '#3E412F'

red 62 ◦ green 65 ◦ blue 47

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

Shades of Scrub #3E412F

Tints of Scrub #3E412F

RGB

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

 GREEN value IS 65 (25.78% from 255) = 37.36%

 BLUE value IS 47 (18.75% from 255) = 27.01%

R = 35.63%
G = 37.36%
B = 27.01%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.28

 K value IS 0.75

RGB Variations

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

Color information

#3E412F (or 0x3E412F) is known color: Scrub. HEX triplet: 3E, 41 and 2F. RGB value is (62,65,47). Sum of RGB (Red+Green+Blue) = 62+65+47=174 (23% of max value = 765). Red value is 62 (24.61% from 255 or 35.63% from 174); Green value is 65 (25.78% from 255 or 37.36% from 174); Blue value is 47 (18.75% from 255 or 27.01% from 174); Max value from RGB is 65 - color contains mainly: green. Hex color #3E412F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E412F is #C1BED0. Grayscale: #3E3E3E. Windows color (decimal): -12697297 or 3096894. OLE color: 3096894.

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

Color convert

RGB 62 65 47 -
CMYK 0.05 0 0.28 0.75
HSL 70º 0.16% 0.22% -
HSV(B) 70º 0.28% 0.25% -
XYZ 4.39 5.01 3.42 -
YUV 62.05 119.51 127.96 -
System Red Green Blue C M Y K H S L
Decimal 62 65 47 0.05 0 0.28 0.75 70 0.16 0.22
Hex 3E 41 2F 5 0 1C 4B 46 10 16
Octal 76 101 57 5 0 34 113 106 20 26
Binary 111110 1000001 101111 101 0 11100 1001011 1000110 10000 10110

Color Harmonies of #3E412F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E412F

Black with #3E412F

Text Example


Text Example

White with #3E412F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,65,47); }

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

background-color css

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

 a { background-color: rgb(62,65,47); }

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

border-color css

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

 span { border-color: rgb(62,65,47); }

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