Html Css Color HEX #3D4D44 Plantation

📋 copy color: '#3D4D44'

red 61 ◦ green 77 ◦ blue 68

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

Shades of Plantation #3D4D44

Tints of Plantation #3D4D44

RGB

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

 GREEN value IS 77 (30.47% from 255) = 37.38%

 BLUE value IS 68 (26.95% from 255) = 33.01%

R = 29.61%
G = 37.38%
B = 33.01%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.12

 K value IS 0.70

RGB Variations

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

Color information

#3D4D44 (or 0x3D4D44) is known color: Plantation. HEX triplet: 3D, 4D and 44. RGB value is (61,77,68). Sum of RGB (Red+Green+Blue) = 61+77+68=206 (27% of max value = 765). Red value is 61 (24.22% from 255 or 29.61% from 206); Green value is 77 (30.47% from 255 or 37.38% from 206); Blue value is 68 (26.95% from 255 or 33.01% from 206); Max value from RGB is 77 - color contains mainly: green. Hex color #3D4D44 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D4D44 is #C2B2BB. Grayscale: #474747. Windows color (decimal): -12759740 or 4476221. OLE color: 4476221.

HSL color Cylindrical-coordinate representation of color #3D4D44: hue angle of 146.25º degrees, saturation: 0.12, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #3D4D44 is Cyan = 0.21, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.70.

Color convert

RGB 61 77 68 -
CMYK 0.21 0 0.12 0.70
HSL 146.25º 0.12% 0.27% -
HSV(B) 146.25º 0.21% 0.3% -
XYZ 5.62 6.72 6.47 -
YUV 71.19 126.2 120.73 -
System Red Green Blue C M Y K H S L
Decimal 61 77 68 0.21 0 0.12 0.70 146.25 0.12 0.27
Hex 3D 4D 44 15 0 C 46 92 C 1B
Octal 75 115 104 25 0 14 106 222 14 33
Binary 111101 1001101 1000100 10101 0 1100 1000110 10010010 1100 11011

Color Harmonies of #3D4D44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D4D44

Black with #3D4D44

Text Example


Text Example

White with #3D4D44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,77,68); }

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

background-color css

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

 a { background-color: rgb(61,77,68); }

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

border-color css

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

 span { border-color: rgb(61,77,68); }

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