Html Css Color HEX #3D534A Plantation

📋 copy color: '#3D534A'

red 61 ◦ green 83 ◦ blue 74

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

Shades of Plantation #3D534A

Tints of Plantation #3D534A

RGB

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

 GREEN value IS 83 (32.81% from 255) = 38.07%

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

R = 27.98%
G = 38.07%
B = 33.94%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.11

 K value IS 0.67

RGB Variations

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

Color information

#3D534A (or 0x3D534A) is known color: Plantation. HEX triplet: 3D, 53 and 4A. RGB value is (61,83,74). Sum of RGB (Red+Green+Blue) = 61+83+74=218 (28% of max value = 765). Red value is 61 (24.22% from 255 or 27.98% from 218); Green value is 83 (32.81% from 255 or 38.07% from 218); Blue value is 74 (29.30% from 255 or 33.94% from 218); Max value from RGB is 83 - color contains mainly: green. Hex color #3D534A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D534A is #C2ACB5. Grayscale: #4B4B4B. Windows color (decimal): -12758198 or 4870973. OLE color: 4870973.

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

Color convert

RGB 61 83 74 -
CMYK 0.27 0 0.11 0.67
HSL 155.45º 0.15% 0.28% -
HSV(B) 155.45º 0.27% 0.33% -
XYZ 6.25 7.67 7.63 -
YUV 75.4 127.21 117.73 -
System Red Green Blue C M Y K H S L
Decimal 61 83 74 0.27 0 0.11 0.67 155.45 0.15 0.28
Hex 3D 53 4A 1B 0 B 43 9B F 1C
Octal 75 123 112 33 0 13 103 233 17 34
Binary 111101 1010011 1001010 11011 0 1011 1000011 10011011 1111 11100

Color Harmonies of #3D534A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D534A

Black with #3D534A

Text Example


Text Example

White with #3D534A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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