Html Css Color HEX #3D402F Scrub

📋 copy color: '#3D402F'

red 61 ◦ green 64 ◦ blue 47

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

Shades of Scrub #3D402F

Tints of Scrub #3D402F

RGB

 RED value IS 61 (24.22% from 255) = 35.47%

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

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

R = 35.47%
G = 37.21%
B = 27.33%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.27

 K value IS 0.75

RGB Variations

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

Color information

#3D402F (or 0x3D402F) is known color: Scrub. HEX triplet: 3D, 40 and 2F. RGB value is (61,64,47). Sum of RGB (Red+Green+Blue) = 61+64+47=172 (22% of max value = 765). Red value is 61 (24.22% from 255 or 35.47% from 172); Green value is 64 (25.39% from 255 or 37.21% from 172); Blue value is 47 (18.75% from 255 or 27.33% from 172); Max value from RGB is 64 - color contains mainly: green. Hex color #3D402F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D402F is #C2BFD0. Grayscale: #3D3D3D. Windows color (decimal): -12763089 or 3096637. OLE color: 3096637.

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

Color convert

RGB 61 64 47 -
CMYK 0.05 0 0.27 0.75
HSL 70.59º 0.15% 0.22% -
HSV(B) 70.59º 0.27% 0.25% -
XYZ 4.27 4.86 3.4 -
YUV 61.17 120.01 127.88 -
System Red Green Blue C M Y K H S L
Decimal 61 64 47 0.05 0 0.27 0.75 70.59 0.15 0.22
Hex 3D 40 2F 5 0 1B 4B 47 F 16
Octal 75 100 57 5 0 33 113 107 17 26
Binary 111101 1000000 101111 101 0 11011 1001011 1000111 1111 10110

Color Harmonies of #3D402F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D402F

Black with #3D402F

Text Example


Text Example

White with #3D402F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,64,47); }

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

background-color css

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

 a { background-color: rgb(61,64,47); }

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

border-color css

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

 span { border-color: rgb(61,64,47); }

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