Html Css Color HEX #3C614E Plantation

📋 copy color: '#3C614E'

red 60 ◦ green 97 ◦ blue 78

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

Shades of Plantation #3C614E

Tints of Plantation #3C614E

RGB

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

 GREEN value IS 97 (38.28% from 255) = 41.28%

 BLUE value IS 78 (30.86% from 255) = 33.19%

R = 25.53%
G = 41.28%
B = 33.19%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.20

 K value IS 0.62

RGB Variations

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

Color information

#3C614E (or 0x3C614E) is known color: Plantation. HEX triplet: 3C, 61 and 4E. RGB value is (60,97,78). Sum of RGB (Red+Green+Blue) = 60+97+78=235 (31% of max value = 765). Red value is 60 (23.83% from 255 or 25.53% from 235); Green value is 97 (38.28% from 255 or 41.28% from 235); Blue value is 78 (30.86% from 255 or 33.19% from 235); Max value from RGB is 97 - color contains mainly: green. Hex color #3C614E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C614E is #C39EB1. Grayscale: #535353. Windows color (decimal): -12820146 or 5136700. OLE color: 5136700.

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

Color convert

RGB 60 97 78 -
CMYK 0.38 0 0.20 0.62
HSL 149.19º 0.24% 0.31% -
HSV(B) 149.19º 0.38% 0.38% -
XYZ 7.51 10.06 8.75 -
YUV 83.77 124.74 111.04 -
System Red Green Blue C M Y K H S L
Decimal 60 97 78 0.38 0 0.20 0.62 149.19 0.24 0.31
Hex 3C 61 4E 26 0 14 3E 95 18 1F
Octal 74 141 116 46 0 24 76 225 30 37
Binary 111100 1100001 1001110 100110 0 10100 111110 10010101 11000 11111

Color Harmonies of #3C614E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C614E

Black with #3C614E

Text Example


Text Example

White with #3C614E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,97,78); }

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

background-color css

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

 a { background-color: rgb(60,97,78); }

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

border-color css

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

 span { border-color: rgb(60,97,78); }

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