Html Css Color HEX #3D5248 Plantation

📋 copy color: '#3D5248'

red 61 ◦ green 82 ◦ blue 72

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

Shades of Plantation #3D5248

Tints of Plantation #3D5248

RGB

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

 GREEN value IS 82 (32.42% from 255) = 38.14%

 BLUE value IS 72 (28.52% from 255) = 33.49%

R = 28.37%
G = 38.14%
B = 33.49%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.12

 K value IS 0.68

RGB Variations

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

Color information

#3D5248 (or 0x3D5248) is known color: Plantation. HEX triplet: 3D, 52 and 48. RGB value is (61,82,72). Sum of RGB (Red+Green+Blue) = 61+82+72=215 (28% of max value = 765). Red value is 61 (24.22% from 255 or 28.37% from 215); Green value is 82 (32.42% from 255 or 38.14% from 215); Blue value is 72 (28.52% from 255 or 33.49% from 215); Max value from RGB is 82 - color contains mainly: green. Hex color #3D5248 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D5248 is #C2ADB7. Grayscale: #4A4A4A. Windows color (decimal): -12758456 or 4739645. OLE color: 4739645.

HSL color Cylindrical-coordinate representation of color #3D5248: hue angle of 151.43º degrees, saturation: 0.15, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #3D5248 is Cyan = 0.26, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.68.

Color convert

RGB 61 82 72 -
CMYK 0.26 0 0.12 0.68
HSL 151.43º 0.15% 0.28% -
HSV(B) 151.43º 0.26% 0.32% -
XYZ 6.11 7.49 7.26 -
YUV 74.58 126.54 118.31 -
System Red Green Blue C M Y K H S L
Decimal 61 82 72 0.26 0 0.12 0.68 151.43 0.15 0.28
Hex 3D 52 48 1A 0 C 44 97 F 1C
Octal 75 122 110 32 0 14 104 227 17 34
Binary 111101 1010010 1001000 11010 0 1100 1000100 10010111 1111 11100

Color Harmonies of #3D5248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D5248

Black with #3D5248

Text Example


Text Example

White with #3D5248

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,82,72); }

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

background-color css

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

 a { background-color: rgb(61,82,72); }

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

border-color css

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

 span { border-color: rgb(61,82,72); }

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