Html Css Color HEX #3D554A Plantation

📋 copy color: '#3D554A'

red 61 ◦ green 85 ◦ blue 74

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

Shades of Plantation #3D554A

Tints of Plantation #3D554A

RGB

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

 GREEN value IS 85 (33.59% from 255) = 38.64%

 BLUE value IS 74 (29.3% from 255) = 33.64%

R = 27.73%
G = 38.64%
B = 33.64%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.13

 K value IS 0.67

RGB Variations

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

Color information

#3D554A (or 0x3D554A) is known color: Plantation. HEX triplet: 3D, 55 and 4A. RGB value is (61,85,74). Sum of RGB (Red+Green+Blue) = 61+85+74=220 (29% of max value = 765). Red value is 61 (24.22% from 255 or 27.73% from 220); Green value is 85 (33.59% from 255 or 38.64% from 220); Blue value is 74 (29.30% from 255 or 33.64% from 220); Max value from RGB is 85 - color contains mainly: green. Hex color #3D554A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D554A is #C2AAB5. Grayscale: #4C4C4C. Windows color (decimal): -12757686 or 4871485. OLE color: 4871485.

HSL color Cylindrical-coordinate representation of color #3D554A: hue angle of 152.5º degrees, saturation: 0.16, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #3D554A is Cyan = 0.28, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.67.

Color convert

RGB 61 85 74 -
CMYK 0.28 0 0.13 0.67
HSL 152.5º 0.16% 0.29% -
HSV(B) 152.5º 0.28% 0.33% -
XYZ 6.41 7.98 7.68 -
YUV 76.57 126.55 116.89 -
System Red Green Blue C M Y K H S L
Decimal 61 85 74 0.28 0 0.13 0.67 152.5 0.16 0.29
Hex 3D 55 4A 1C 0 D 43 98 10 1D
Octal 75 125 112 34 0 15 103 230 20 35
Binary 111101 1010101 1001010 11100 0 1101 1000011 10011000 10000 11101

Color Harmonies of #3D554A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D554A

Black with #3D554A

Text Example


Text Example

White with #3D554A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,85,74); }

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

background-color css

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

 a { background-color: rgb(61,85,74); }

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

border-color css

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

 span { border-color: rgb(61,85,74); }

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