Html Css Color HEX #3D5E4D Plantation

📋 copy color: '#3D5E4D'

red 61 ◦ green 94 ◦ blue 77

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

Shades of Plantation #3D5E4D

Tints of Plantation #3D5E4D

RGB

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

 GREEN value IS 94 (37.11% from 255) = 40.52%

 BLUE value IS 77 (30.47% from 255) = 33.19%

R = 26.29%
G = 40.52%
B = 33.19%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.18

 K value IS 0.63

RGB Variations

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

Color information

#3D5E4D (or 0x3D5E4D) is known color: Plantation. HEX triplet: 3D, 5E and 4D. RGB value is (61,94,77). Sum of RGB (Red+Green+Blue) = 61+94+77=232 (30% of max value = 765). Red value is 61 (24.22% from 255 or 26.29% from 232); Green value is 94 (37.11% from 255 or 40.52% from 232); Blue value is 77 (30.47% from 255 or 33.19% from 232); Max value from RGB is 94 - color contains mainly: green. Hex color #3D5E4D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D5E4D is #C2A1B2. Grayscale: #525252. Windows color (decimal): -12755379 or 5070397. OLE color: 5070397.

HSL color Cylindrical-coordinate representation of color #3D5E4D: hue angle of 149.09º degrees, saturation: 0.21, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #3D5E4D is Cyan = 0.35, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.63.

Color convert

RGB 61 94 77 -
CMYK 0.35 0 0.18 0.63
HSL 149.09º 0.21% 0.3% -
HSV(B) 149.09º 0.35% 0.37% -
XYZ 7.27 9.53 8.48 -
YUV 82.2 125.07 112.88 -
System Red Green Blue C M Y K H S L
Decimal 61 94 77 0.35 0 0.18 0.63 149.09 0.21 0.3
Hex 3D 5E 4D 23 0 12 3F 95 15 1E
Octal 75 136 115 43 0 22 77 225 25 36
Binary 111101 1011110 1001101 100011 0 10010 111111 10010101 10101 11110

Color Harmonies of #3D5E4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D5E4D

Black with #3D5E4D

Text Example


Text Example

White with #3D5E4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,94,77); }

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

background-color css

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

 a { background-color: rgb(61,94,77); }

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

border-color css

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

 span { border-color: rgb(61,94,77); }

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