Html Css Color HEX #3D6050 Plantation

📋 copy color: '#3D6050'

red 61 ◦ green 96 ◦ blue 80

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

Shades of Plantation #3D6050

Tints of Plantation #3D6050

RGB

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

 GREEN value IS 96 (37.89% from 255) = 40.51%

 BLUE value IS 80 (31.64% from 255) = 33.76%

R = 25.74%
G = 40.51%
B = 33.76%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.17

 K value IS 0.62

RGB Variations

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

Color information

#3D6050 (or 0x3D6050) is known color: Plantation. HEX triplet: 3D, 60 and 50. RGB value is (61,96,80). Sum of RGB (Red+Green+Blue) = 61+96+80=237 (31% of max value = 765). Red value is 61 (24.22% from 255 or 25.74% from 237); Green value is 96 (37.89% from 255 or 40.51% from 237); Blue value is 80 (31.64% from 255 or 33.76% from 237); Max value from RGB is 96 - color contains mainly: green. Hex color #3D6050 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D6050 is #C29FAF. Grayscale: #535353. Windows color (decimal): -12754864 or 5267517. OLE color: 5267517.

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

Color convert

RGB 61 96 80 -
CMYK 0.36 0 0.17 0.62
HSL 152.57º 0.22% 0.31% -
HSV(B) 152.57º 0.36% 0.38% -
XYZ 7.56 9.94 9.11 -
YUV 83.71 125.9 111.8 -
System Red Green Blue C M Y K H S L
Decimal 61 96 80 0.36 0 0.17 0.62 152.57 0.22 0.31
Hex 3D 60 50 24 0 11 3E 99 16 1F
Octal 75 140 120 44 0 21 76 231 26 37
Binary 111101 1100000 1010000 100100 0 10001 111110 10011001 10110 11111

Color Harmonies of #3D6050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D6050

Black with #3D6050

Text Example


Text Example

White with #3D6050

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,96,80); }

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

background-color css

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

 a { background-color: rgb(61,96,80); }

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

border-color css

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

 span { border-color: rgb(61,96,80); }

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