Html Css Color HEX #3C5145 Plantation

📋 copy color: '#3C5145'

red 60 ◦ green 81 ◦ blue 69

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

Shades of Plantation #3C5145

Tints of Plantation #3C5145

RGB

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

 GREEN value IS 81 (32.03% from 255) = 38.57%

 BLUE value IS 69 (27.34% from 255) = 32.86%

R = 28.57%
G = 38.57%
B = 32.86%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.15

 K value IS 0.68

RGB Variations

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

Color information

#3C5145 (or 0x3C5145) is known color: Plantation. HEX triplet: 3C, 51 and 45. RGB value is (60,81,69). Sum of RGB (Red+Green+Blue) = 60+81+69=210 (27% of max value = 765). Red value is 60 (23.83% from 255 or 28.57% from 210); Green value is 81 (32.03% from 255 or 38.57% from 210); Blue value is 69 (27.34% from 255 or 32.86% from 210); Max value from RGB is 81 - color contains mainly: green. Hex color #3C5145 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C5145 is #C3AEBA. Grayscale: #494949. Windows color (decimal): -12824251 or 4542780. OLE color: 4542780.

HSL color Cylindrical-coordinate representation of color #3C5145: hue angle of 145.71º degrees, saturation: 0.15, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #3C5145 is Cyan = 0.26, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.68.

Color convert

RGB 60 81 69 -
CMYK 0.26 0 0.15 0.68
HSL 145.71º 0.15% 0.28% -
HSV(B) 145.71º 0.26% 0.32% -
XYZ 5.88 7.28 6.72 -
YUV 73.35 125.54 118.48 -
System Red Green Blue C M Y K H S L
Decimal 60 81 69 0.26 0 0.15 0.68 145.71 0.15 0.28
Hex 3C 51 45 1A 0 F 44 92 F 1C
Octal 74 121 105 32 0 17 104 222 17 34
Binary 111100 1010001 1000101 11010 0 1111 1000100 10010010 1111 11100

Color Harmonies of #3C5145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C5145

Black with #3C5145

Text Example


Text Example

White with #3C5145

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,81,69); }

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

background-color css

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

 a { background-color: rgb(60,81,69); }

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

border-color css

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

 span { border-color: rgb(60,81,69); }

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