Html Css Color HEX #3C6649 Plantation

📋 copy color: '#3C6649'

red 60 ◦ green 102 ◦ blue 73

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

Shades of Plantation #3C6649

Tints of Plantation #3C6649

RGB

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

 GREEN value IS 102 (40.23% from 255) = 43.4%

 BLUE value IS 73 (28.91% from 255) = 31.06%

R = 25.53%
G = 43.4%
B = 31.06%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.28

 K value IS 0.6

RGB Variations

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

Color information

#3C6649 (or 0x3C6649) is known color: Plantation. HEX triplet: 3C, 66 and 49. RGB value is (60,102,73). Sum of RGB (Red+Green+Blue) = 60+102+73=235 (31% of max value = 765). Red value is 60 (23.83% from 255 or 25.53% from 235); Green value is 102 (40.23% from 255 or 43.40% from 235); Blue value is 73 (28.91% from 255 or 31.06% from 235); Max value from RGB is 102 - color contains mainly: green. Hex color #3C6649 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C6649 is #C399B6. Grayscale: #565656. Windows color (decimal): -12818871 or 4810300. OLE color: 4810300.

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

Color convert

RGB 60 102 73 -
CMYK 0.41 0 0.28 0.6
HSL 138.57º 0.26% 0.32% -
HSV(B) 138.57º 0.41% 0.4% -
XYZ 7.82 10.94 8 -
YUV 86.14 120.59 109.36 -
System Red Green Blue C M Y K H S L
Decimal 60 102 73 0.41 0 0.28 0.6 138.57 0.26 0.32
Hex 3C 66 49 29 0 1C 3C 8B 1A 20
Octal 74 146 111 51 0 34 74 213 32 40
Binary 111100 1100110 1001001 101001 0 11100 111100 10001011 11010 100000

Color Harmonies of #3C6649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C6649

Black with #3C6649

Text Example


Text Example

White with #3C6649

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,102,73); }

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

background-color css

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

 a { background-color: rgb(60,102,73); }

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

border-color css

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

 span { border-color: rgb(60,102,73); }

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