Html Css Color HEX #3C684D Plantation

📋 copy color: '#3C684D'

red 60 ◦ green 104 ◦ blue 77

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

Shades of Plantation #3C684D

Tints of Plantation #3C684D

RGB

 RED value IS 60 (23.83% from 255) = 24.9%

 GREEN value IS 104 (41.02% from 255) = 43.15%

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

R = 24.9%
G = 43.15%
B = 31.95%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.26

 K value IS 0.59

RGB Variations

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

Color information

#3C684D (or 0x3C684D) is known color: Plantation. HEX triplet: 3C, 68 and 4D. RGB value is (60,104,77). Sum of RGB (Red+Green+Blue) = 60+104+77=241 (31% of max value = 765). Red value is 60 (23.83% from 255 or 24.90% from 241); Green value is 104 (41.02% from 255 or 43.15% from 241); Blue value is 77 (30.47% from 255 or 31.95% from 241); Max value from RGB is 104 - color contains mainly: green. Hex color #3C684D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C684D is #C397B2. Grayscale: #575757. Windows color (decimal): -12818355 or 5072956. OLE color: 5072956.

HSL color Cylindrical-coordinate representation of color #3C684D: hue angle of 143.18º degrees, saturation: 0.27, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #3C684D is Cyan = 0.42, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.59.

Color convert

RGB 60 104 77 -
CMYK 0.42 0 0.26 0.59
HSL 143.18º 0.27% 0.32% -
HSV(B) 143.18º 0.42% 0.41% -
XYZ 8.15 11.4 8.79 -
YUV 87.77 121.92 108.2 -
System Red Green Blue C M Y K H S L
Decimal 60 104 77 0.42 0 0.26 0.59 143.18 0.27 0.32
Hex 3C 68 4D 2A 0 1A 3B 8F 1B 20
Octal 74 150 115 52 0 32 73 217 33 40
Binary 111100 1101000 1001101 101010 0 11010 111011 10001111 11011 100000

Color Harmonies of #3C684D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C684D

Black with #3C684D

Text Example


Text Example

White with #3C684D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,104,77); }

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

background-color css

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

 a { background-color: rgb(60,104,77); }

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

border-color css

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

 span { border-color: rgb(60,104,77); }

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