Html Css Color HEX #3C6249 Plantation

📋 copy color: '#3C6249'

red 60 ◦ green 98 ◦ blue 73

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

Shades of Plantation #3C6249

Tints of Plantation #3C6249

RGB

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

 GREEN value IS 98 (38.67% from 255) = 42.42%

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

R = 25.97%
G = 42.42%
B = 31.6%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.26

 K value IS 0.62

RGB Variations

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

Color information

#3C6249 (or 0x3C6249) is known color: Plantation. HEX triplet: 3C, 62 and 49. RGB value is (60,98,73). Sum of RGB (Red+Green+Blue) = 60+98+73=231 (30% of max value = 765). Red value is 60 (23.83% from 255 or 25.97% from 231); Green value is 98 (38.67% from 255 or 42.42% from 231); Blue value is 73 (28.91% from 255 or 31.60% from 231); Max value from RGB is 98 - color contains mainly: green. Hex color #3C6249 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C6249 is #C39DB6. Grayscale: #535353. Windows color (decimal): -12819895 or 4809276. OLE color: 4809276.

HSL color Cylindrical-coordinate representation of color #3C6249: hue angle of 140.53º degrees, saturation: 0.24, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #3C6249 is Cyan = 0.39, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.62.

Color convert

RGB 60 98 73 -
CMYK 0.39 0 0.26 0.62
HSL 140.53º 0.24% 0.31% -
HSV(B) 140.53º 0.39% 0.38% -
XYZ 7.43 10.18 7.88 -
YUV 83.79 121.91 111.03 -
System Red Green Blue C M Y K H S L
Decimal 60 98 73 0.39 0 0.26 0.62 140.53 0.24 0.31
Hex 3C 62 49 27 0 1A 3E 8D 18 1F
Octal 74 142 111 47 0 32 76 215 30 37
Binary 111100 1100010 1001001 100111 0 11010 111110 10001101 11000 11111

Color Harmonies of #3C6249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C6249

Black with #3C6249

Text Example


Text Example

White with #3C6249

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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