Html Css Color HEX #3D594A Plantation

📋 copy color: '#3D594A'

red 61 ◦ green 89 ◦ blue 74

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

Shades of Plantation #3D594A

Tints of Plantation #3D594A

RGB

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

 GREEN value IS 89 (35.16% from 255) = 39.73%

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

R = 27.23%
G = 39.73%
B = 33.04%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.17

 K value IS 0.65

RGB Variations

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

Color information

#3D594A (or 0x3D594A) is known color: Plantation. HEX triplet: 3D, 59 and 4A. RGB value is (61,89,74). Sum of RGB (Red+Green+Blue) = 61+89+74=224 (29% of max value = 765). Red value is 61 (24.22% from 255 or 27.23% from 224); Green value is 89 (35.16% from 255 or 39.73% from 224); Blue value is 74 (29.30% from 255 or 33.04% from 224); Max value from RGB is 89 - color contains mainly: green. Hex color #3D594A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D594A is #C2A6B5. Grayscale: #4E4E4E. Windows color (decimal): -12756662 or 4872509. OLE color: 4872509.

HSL color Cylindrical-coordinate representation of color #3D594A: hue angle of 147.86º degrees, saturation: 0.19, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #3D594A is Cyan = 0.31, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.65.

Color convert

RGB 61 89 74 -
CMYK 0.31 0 0.17 0.65
HSL 147.86º 0.19% 0.29% -
HSV(B) 147.86º 0.31% 0.35% -
XYZ 6.73 8.63 7.79 -
YUV 78.92 125.22 115.22 -
System Red Green Blue C M Y K H S L
Decimal 61 89 74 0.31 0 0.17 0.65 147.86 0.19 0.29
Hex 3D 59 4A 1F 0 11 41 94 13 1D
Octal 75 131 112 37 0 21 101 224 23 35
Binary 111101 1011001 1001010 11111 0 10001 1000001 10010100 10011 11101

Color Harmonies of #3D594A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D594A

Black with #3D594A

Text Example


Text Example

White with #3D594A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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