#3C614A

Color #3C614A Plantation (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Plantation #3C614A

Tints of Plantation #3C614A

Color information

#3C614A (or 0x3C614A) is unknown color: approx Plantation. HEX triplet: 3C, 61 and 4A. RGB value is (60,97,74). Sum of RGB (Red+Green+Blue) = 60+97+74=231 (30% of max value = 765). Red value is 60 (23.83% from 255 or 25.97% from 231); Green value is 97 (38.28% from 255 or 41.99% from 231); Blue value is 74 (29.30% from 255 or 32.03% from 231); Max value from RGB is 97 - color contains mainly: green. Hex color #3C614A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C614A is #C39EB5. Grayscale: #535353. Windows color (decimal): -12820150 or 4874556. OLE color: 4874556.

HSL color Cylindrical-coordinate representation of color #3C614A: hue angle of 142.7º 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 #3C614A is Cyan = 0.38, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.62.

Color convert

RGB609774-
CMYK0.3800.240.62
HSL142.7º23.57%30.78%-
HSV(B)142.7º38.14%38.04%-
XYZ7.37108.02-
YUV83.32122.74111.37-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 25.97%
GREEN value IS 97 (38.28% from 255) = 41.99%
BLUE value IS 74 (29.30% from 255) = 32.03%
R=25.97%
G=41.99%
B=32.03%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6097740.3800.240.62142.723.5730.78
Hex3C614A260183E8f181f
Octal7414111246030762173037
Binary11110011000011001010100110011000111110100011111100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C614A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #3C614A;
 }
 .AnyTagClassName
 {
   color: #3C614A;
 }
</style>
background-color css

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

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

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

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

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

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