Html Css Color HEX #3C5047 Plantation

📋 copy color: '#3C5047'

red 60 ◦ green 80 ◦ blue 71

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

Shades of Plantation #3C5047

Tints of Plantation #3C5047

RGB

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

 GREEN value IS 80 (31.64% from 255) = 37.91%

 BLUE value IS 71 (28.13% from 255) = 33.65%

R = 28.44%
G = 37.91%
B = 33.65%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.11

 K value IS 0.69

RGB Variations

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

Color information

#3C5047 (or 0x3C5047) is known color: Plantation. HEX triplet: 3C, 50 and 47. RGB value is (60,80,71). Sum of RGB (Red+Green+Blue) = 60+80+71=211 (27% of max value = 765). Red value is 60 (23.83% from 255 or 28.44% from 211); Green value is 80 (31.64% from 255 or 37.91% from 211); Blue value is 71 (28.12% from 255 or 33.65% from 211); Max value from RGB is 80 - color contains mainly: green. Hex color #3C5047 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C5047 is #C3AFB8. Grayscale: #494949. Windows color (decimal): -12824505 or 4673596. OLE color: 4673596.

HSL color Cylindrical-coordinate representation of color #3C5047: hue angle of 153º degrees, saturation: 0.14, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #3C5047 is Cyan = 0.25, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.69.

Color convert

RGB 60 80 71 -
CMYK 0.25 0 0.11 0.69
HSL 153º 0.14% 0.27% -
HSV(B) 153º 0.25% 0.31% -
XYZ 5.87 7.15 7.03 -
YUV 72.99 126.87 118.73 -
System Red Green Blue C M Y K H S L
Decimal 60 80 71 0.25 0 0.11 0.69 153 0.14 0.27
Hex 3C 50 47 19 0 B 45 99 E 1B
Octal 74 120 107 31 0 13 105 231 16 33
Binary 111100 1010000 1000111 11001 0 1011 1000101 10011001 1110 11011

Color Harmonies of #3C5047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C5047

Black with #3C5047

Text Example


Text Example

White with #3C5047

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,80,71); }

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

background-color css

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

 a { background-color: rgb(60,80,71); }

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

border-color css

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

 span { border-color: rgb(60,80,71); }

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