Html Css Color HEX #3C5F48 Plantation

📋 copy color: '#3C5F48'

red 60 ◦ green 95 ◦ blue 72

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

Shades of Plantation #3C5F48

Tints of Plantation #3C5F48

RGB

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

 GREEN value IS 95 (37.5% from 255) = 41.85%

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

R = 26.43%
G = 41.85%
B = 31.72%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.24

 K value IS 0.63

RGB Variations

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

Color information

#3C5F48 (or 0x3C5F48) is known color: Plantation. HEX triplet: 3C, 5F and 48. RGB value is (60,95,72). Sum of RGB (Red+Green+Blue) = 60+95+72=227 (30% of max value = 765). Red value is 60 (23.83% from 255 or 26.43% from 227); Green value is 95 (37.5% from 255 or 41.85% from 227); Blue value is 72 (28.52% from 255 or 31.72% from 227); Max value from RGB is 95 - color contains mainly: green. Hex color #3C5F48 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C5F48 is #C3A0B7. Grayscale: #515151. Windows color (decimal): -12820664 or 4742972. OLE color: 4742972.

HSL color Cylindrical-coordinate representation of color #3C5F48: hue angle of 140.57º degrees, saturation: 0.23, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #3C5F48 is Cyan = 0.37, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.63.

Color convert

RGB 60 95 72 -
CMYK 0.37 0 0.24 0.63
HSL 140.57º 0.23% 0.3% -
HSV(B) 140.57º 0.37% 0.37% -
XYZ 7.13 9.61 7.61 -
YUV 81.91 122.4 112.37 -
System Red Green Blue C M Y K H S L
Decimal 60 95 72 0.37 0 0.24 0.63 140.57 0.23 0.3
Hex 3C 5F 48 25 0 18 3F 8D 17 1E
Octal 74 137 110 45 0 30 77 215 27 36
Binary 111100 1011111 1001000 100101 0 11000 111111 10001101 10111 11110

Color Harmonies of #3C5F48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C5F48

Black with #3C5F48

Text Example


Text Example

White with #3C5F48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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