Html Css Color HEX #3C5448 Plantation

📋 copy color: '#3C5448'

red 60 ◦ green 84 ◦ blue 72

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

Shades of Plantation #3C5448

Tints of Plantation #3C5448

RGB

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

 GREEN value IS 84 (33.2% from 255) = 38.89%

 BLUE value IS 72 (28.52% from 255) = 33.33%

R = 27.78%
G = 38.89%
B = 33.33%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.14

 K value IS 0.67

RGB Variations

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

Color information

#3C5448 (or 0x3C5448) is known color: Plantation. HEX triplet: 3C, 54 and 48. RGB value is (60,84,72). Sum of RGB (Red+Green+Blue) = 60+84+72=216 (28% of max value = 765). Red value is 60 (23.83% from 255 or 27.78% from 216); Green value is 84 (33.20% from 255 or 38.89% from 216); Blue value is 72 (28.52% from 255 or 33.33% from 216); Max value from RGB is 84 - color contains mainly: green. Hex color #3C5448 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C5448 is #C3ABB7. Grayscale: #4B4B4B. Windows color (decimal): -12823480 or 4740156. OLE color: 4740156.

HSL color Cylindrical-coordinate representation of color #3C5448: hue angle of 150º degrees, saturation: 0.17, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #3C5448 is Cyan = 0.29, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.67.

Color convert

RGB 60 84 72 -
CMYK 0.29 0 0.14 0.67
HSL 150º 0.17% 0.28% -
HSV(B) 150º 0.29% 0.33% -
XYZ 6.2 7.77 7.3 -
YUV 75.46 126.05 116.98 -
System Red Green Blue C M Y K H S L
Decimal 60 84 72 0.29 0 0.14 0.67 150 0.17 0.28
Hex 3C 54 48 1D 0 E 43 96 11 1C
Octal 74 124 110 35 0 16 103 226 21 34
Binary 111100 1010100 1001000 11101 0 1110 1000011 10010110 10001 11100

Color Harmonies of #3C5448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C5448

Black with #3C5448

Text Example


Text Example

White with #3C5448

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,84,72); }

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

background-color css

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

 a { background-color: rgb(60,84,72); }

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

border-color css

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

 span { border-color: rgb(60,84,72); }

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