Html Css Color HEX #3D594B Plantation

📋 copy color: '#3D594B'

red 61 ◦ green 89 ◦ blue 75

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

Shades of Plantation #3D594B

Tints of Plantation #3D594B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 33.33%

R = 27.11%
G = 39.56%
B = 33.33%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.16

 K value IS 0.65

RGB Variations

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

Color information

#3D594B (or 0x3D594B) is known color: Plantation. HEX triplet: 3D, 59 and 4B. RGB value is (61,89,75). Sum of RGB (Red+Green+Blue) = 61+89+75=225 (29% of max value = 765). Red value is 61 (24.22% from 255 or 27.11% from 225); Green value is 89 (35.16% from 255 or 39.56% from 225); Blue value is 75 (29.69% from 255 or 33.33% from 225); Max value from RGB is 89 - color contains mainly: green. Hex color #3D594B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D594B is #C2A6B4. Grayscale: #4F4F4F. Windows color (decimal): -12756661 or 4938045. OLE color: 4938045.

HSL color Cylindrical-coordinate representation of color #3D594B: hue angle of 150º 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 #3D594B is Cyan = 0.31, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.65.

Color convert

RGB 61 89 75 -
CMYK 0.31 0 0.16 0.65
HSL 150º 0.19% 0.29% -
HSV(B) 150º 0.31% 0.35% -
XYZ 6.77 8.64 7.97 -
YUV 79.03 125.72 115.14 -
System Red Green Blue C M Y K H S L
Decimal 61 89 75 0.31 0 0.16 0.65 150 0.19 0.29
Hex 3D 59 4B 1F 0 10 41 96 13 1D
Octal 75 131 113 37 0 20 101 226 23 35
Binary 111101 1011001 1001011 11111 0 10000 1000001 10010110 10011 11101

Color Harmonies of #3D594B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D594B

Black with #3D594B

Text Example


Text Example

White with #3D594B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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