Html Css Color HEX #3D624D Plantation

📋 copy color: '#3D624D'

red 61 ◦ green 98 ◦ blue 77

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

Shades of Plantation #3D624D

Tints of Plantation #3D624D

RGB

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

 GREEN value IS 98 (38.67% from 255) = 41.53%

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

R = 25.85%
G = 41.53%
B = 32.63%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.21

 K value IS 0.62

RGB Variations

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

Color information

#3D624D (or 0x3D624D) is known color: Plantation. HEX triplet: 3D, 62 and 4D. RGB value is (61,98,77). Sum of RGB (Red+Green+Blue) = 61+98+77=236 (31% of max value = 765). Red value is 61 (24.22% from 255 or 25.85% from 236); Green value is 98 (38.67% from 255 or 41.53% from 236); Blue value is 77 (30.47% from 255 or 32.63% from 236); Max value from RGB is 98 - color contains mainly: green. Hex color #3D624D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D624D is #C29DB2. Grayscale: #545454. Windows color (decimal): -12754355 or 5071421. OLE color: 5071421.

HSL color Cylindrical-coordinate representation of color #3D624D: hue angle of 145.95º degrees, saturation: 0.23, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #3D624D is Cyan = 0.38, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.62.

Color convert

RGB 61 98 77 -
CMYK 0.38 0 0.21 0.62
HSL 145.95º 0.23% 0.31% -
HSV(B) 145.95º 0.38% 0.38% -
XYZ 7.63 10.26 8.6 -
YUV 84.54 123.74 111.21 -
System Red Green Blue C M Y K H S L
Decimal 61 98 77 0.38 0 0.21 0.62 145.95 0.23 0.31
Hex 3D 62 4D 26 0 15 3E 92 17 1F
Octal 75 142 115 46 0 25 76 222 27 37
Binary 111101 1100010 1001101 100110 0 10101 111110 10010010 10111 11111

Color Harmonies of #3D624D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D624D

Black with #3D624D

Text Example


Text Example

White with #3D624D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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