Html Css Color HEX #3D3E35 Scrub

📋 copy color: '#3D3E35'

red 61 ◦ green 62 ◦ blue 53

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

Shades of Scrub #3D3E35

Tints of Scrub #3D3E35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 30.11%

R = 34.66%
G = 35.23%
B = 30.11%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.15

 K value IS 0.76

RGB Variations

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

Color information

#3D3E35 (or 0x3D3E35) is known color: Scrub. HEX triplet: 3D, 3E and 35. RGB value is (61,62,53). Sum of RGB (Red+Green+Blue) = 61+62+53=176 (23% of max value = 765). Red value is 61 (24.22% from 255 or 34.66% from 176); Green value is 62 (24.61% from 255 or 35.23% from 176); Blue value is 53 (21.09% from 255 or 30.11% from 176); Max value from RGB is 62 - color contains mainly: green. Hex color #3D3E35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D3E35 is #C2C1CA. Grayscale: #3C3C3C. Windows color (decimal): -12763595 or 3489341. OLE color: 3489341.

HSL color Cylindrical-coordinate representation of color #3D3E35: hue angle of 66.67º degrees, saturation: 0.08, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #3D3E35 is Cyan = 0.02, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.76.

Color convert

RGB 61 62 53 -
CMYK 0.02 0 0.15 0.76
HSL 66.67º 0.08% 0.23% -
HSV(B) 66.67º 0.15% 0.24% -
XYZ 4.29 4.69 4.05 -
YUV 60.68 123.67 128.23 -
System Red Green Blue C M Y K H S L
Decimal 61 62 53 0.02 0 0.15 0.76 66.67 0.08 0.23
Hex 3D 3E 35 2 0 F 4C 43 8 17
Octal 75 76 65 2 0 17 114 103 10 27
Binary 111101 111110 110101 10 0 1111 1001100 1000011 1000 10111

Color Harmonies of #3D3E35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D3E35

Black with #3D3E35

Text Example


Text Example

White with #3D3E35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,62,53); }

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

background-color css

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

 a { background-color: rgb(61,62,53); }

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

border-color css

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

 span { border-color: rgb(61,62,53); }

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